feat: 优化代码

pull/97/head
kunfei 5 years ago
parent c67968a62b
commit 999c7a61b2
  1. 39
      app/src/main/assets/readConfig.json

@ -1,9 +1,12 @@
[ [
{ {
"bgStr": "羊皮纸2.jpg", "bgStr": "#EBD9BB",
"bgType": 1, "bgStrNight": "#3C3F43",
"textColor": "#63543C",
"textColorNight": "#DCDFE1",
"bgType": 0,
"bgTypeNight": 0,
"darkStatusIcon": true, "darkStatusIcon": true,
"textColor": "#5E432E",
"textSize": 24, "textSize": 24,
"letterSpacing": 0, "letterSpacing": 0,
"lineSpacingExtra": 10, "lineSpacingExtra": 10,
@ -14,10 +17,13 @@
"paddingBottom": 0 "paddingBottom": 0
}, },
{ {
"bgStr": "#C6BAA1", "bgStr": "#DDC090",
"bgStrNight": "#1E2021",
"textColor": "#3E3422",
"textColorNight": "#DCDFE1",
"bgType": 0, "bgType": 0,
"bgTypeNight": 0,
"darkStatusIcon": true, "darkStatusIcon": true,
"textColor": "#5E432E",
"textSize": 24, "textSize": 24,
"letterSpacing": 0, "letterSpacing": 0,
"lineSpacingExtra": 10, "lineSpacingExtra": 10,
@ -28,10 +34,13 @@
"paddingBottom": 0 "paddingBottom": 0
}, },
{ {
"bgStr": "#015A86", "bgStr": "#C2D8AA",
"bgStrNight": "#3C3F43",
"textColor": "#596C44",
"textColorNight": "#88C16F",
"bgType": 0, "bgType": 0,
"bgTypeNight": 0,
"darkStatusIcon": false, "darkStatusIcon": false,
"textColor": "#FFFFFF",
"textSize": 24, "textSize": 24,
"letterSpacing": 0, "letterSpacing": 0,
"lineSpacingExtra": 10, "lineSpacingExtra": 10,
@ -42,10 +51,13 @@
"paddingBottom": 0 "paddingBottom": 0
}, },
{ {
"bgStr": "宁静夜色", "bgStr": "#DBB8E2",
"bgType": 1, "bgStrNight": "#3C3F43",
"textColor": "#68516C",
"textColorNight": "#F6AEAE",
"bgType": 0,
"bgTypeNight": 0,
"darkStatusIcon": false, "darkStatusIcon": false,
"textColor": "#adadad",
"textSize": 24, "textSize": 24,
"letterSpacing": 0, "letterSpacing": 0,
"lineSpacingExtra": 10, "lineSpacingExtra": 10,
@ -56,10 +68,13 @@
"paddingBottom": 0 "paddingBottom": 0
}, },
{ {
"bgStr": "#000000", "bgStr": "#ABCEE0",
"bgStrNight": "#3C3F43",
"textColor": "#3D4C54",
"textColorNight": "#90BFF5",
"bgType": 0, "bgType": 0,
"bgTypeNight": 0,
"darkStatusIcon": false, "darkStatusIcon": false,
"textColor": "#adadad",
"textSize": 24, "textSize": 24,
"letterSpacing": 0, "letterSpacing": 0,
"lineSpacingExtra": 10, "lineSpacingExtra": 10,

Loading…
Cancel
Save