Quellcode durchsuchen

Still Processing theme.

parisminton vor 7 Jahren
Ursprung
Commit
1eb2888f1c

BIN
settings/backgrounds/t_logo_white_alpha.png Datei anzeigen


BIN
settings/fonts/NYTKarnakDisplay.otf Datei anzeigen


BIN
settings/fonts/NYTKarnakText.otf Datei anzeigen


BIN
settings/fonts/nyt-franklin-500-normal.woff Datei anzeigen


BIN
settings/fonts/nyt-franklin-700-normal.woff Datei anzeigen


+ 1 - 0
settings/index.js Datei anzeigen

@@ -27,6 +27,7 @@ module.exports = {
27 27
     { family: "NYT Franklin", file: path.join(__dirname, "fonts", "NYTFranklinMedium.otf") },
28 28
     { family: "NYT Franklin Light", file: path.join(__dirname, "fonts", "NYTFranklinLight.otf") },
29 29
     { family: "NYT Franklin Bold", file: path.join(__dirname, "fonts", "NYTFranklinBold.otf") },
30
+    { family: "NYT Karnak", file: path.join(__dirname, "fonts", "NYTKarnakText.otf") },
30 31
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-Regular.ttf") },
31 32
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-Light.ttf"), weight: 300 },
32 33
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-Bold.ttf"), weight: "bold" },

+ 21 - 3
settings/themes.json Datei anzeigen

@@ -14,7 +14,9 @@
14 14
     "captionLineSpacing": 7,
15 15
     "captionLeft": 200,
16 16
     "captionRight": 1080,
17
-    "labelTop": 200,
17
+    "labelFont": "40px 'NYT Karnak'",
18
+    "labelAlign": "left",
19
+    "labelTop": 480,
18 20
     "labelLeft": 60,
19 21
     "labelLineHeight": 20,
20 22
     "labelLineSpacing": 4
@@ -33,7 +35,6 @@
33 35
     "captionLeft": 50,
34 36
     "captionRight": 860,
35 37
     "backgroundImage": "t_logo_light.png",
36
-    "labelFont": "300 30px 'NYT Franklin Light'",
37 38
     "labelColor": "#000"
38 39
   },
39 40
   "NYT Dark": {
@@ -51,6 +52,23 @@
51 52
     "captionLeft": 50,
52 53
     "captionRight": 860,
53 54
     "backgroundImage": "t_logo_dark.png",
54
-    "labelColor": "#000"
55
+    "labelColor": "#fff"
56
+  },
57
+  "Still Processing": {
58
+    "width": 1000,
59
+    "height": 560,
60
+    "pattern": "halfbars",
61
+    "waveColor": "#d9c0a5",
62
+    "waveBottom": 710,
63
+    "foregroundColor": "#66503e",
64
+    "backgroundColor": "#f4d7b9",
65
+    "captionFont": "300 71px 'NYT Franklin Light'",
66
+    "captionLineHeight": 80,
67
+    "captionAlign": "left",
68
+    "captionTop": 70,
69
+    "captionLeft": 50,
70
+    "captionRight": 860,
71
+    "backgroundImage": "t_logo_white_alpha.png",
72
+    "labelColor": "#fff"
55 73
   }
56 74
 }