Sfoglia il codice sorgente

Add theme for Dear Sugars.

parisminton 6 anni fa
parent
commit
adb5b73d99
3 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. BIN
      settings/backgrounds/t_logo_black.png
  2. 1 0
      settings/labels.json
  3. 9 0
      settings/themes.json

BIN
settings/backgrounds/t_logo_black.png Vedi File


+ 1 - 0
settings/labels.json Vedi File

@@ -3,6 +3,7 @@
3 3
     "None",
4 4
     "The Daily",
5 5
     "Still Processing",
6
+    "Dear Sugars",
6 7
     "Popcast",
7 8
     "Modern Love",
8 9
     "The Book Review",

+ 9 - 0
settings/themes.json Vedi File

@@ -64,6 +64,15 @@
64 64
     "labelColor": "#fff",
65 65
     "labelText": "The Daily"
66 66
   },
67
+  "Dear Sugars": {
68
+    "waveColor": "rgba(255, 255, 255, 0.35)",
69
+    "foregroundColor": "rgba(0, 0, 0, 0.9)",
70
+    "citationColor": "rgba(0, 0, 0, 0.9)",
71
+    "backgroundColor": "#91d2d2",
72
+    "backgroundImage": "t_logo_black.png",
73
+    "labelColor": "rgba(0, 0, 0, 0.9)",
74
+    "labelText": "Dear Sugars"
75
+  },
67 76
   "Science": {
68 77
     "waveColor": "#d9d9d9",
69 78
     "foregroundColor": "#000",