Explorar el Código

Update themes.json

cfhirai hace 6 años
padre
commit
4bb421f145
Se han modificado 1 ficheros con 20 adiciones y 6 borrados
  1. 20 6
      settings/themes.json

+ 20 - 6
settings/themes.json Ver fichero

@@ -9,8 +9,8 @@
9 9
     "waveTop": 150,
10 10
     "waveBottom": 420,
11 11
     "captionTop": 470,
12
-    "captionFont": "300 52px 'Source Sans Pro'",
13
-    "captionLineHeight": 52,
12
+    "captionFont": "300 48px 'Source Sans Pro'",
13
+    "captionLineHeight": 48,
14 14
     "captionLineSpacing": 7,
15 15
     "captionLeft": 200,
16 16
     "captionRight": 1080
@@ -33,21 +33,35 @@
33 33
     "captionTop": 60,
34 34
     "captionRight": 1220,
35 35
     "captionLeft": 640,
36
-    "backgroundImage": "subway.jpg",
36
+    "backgroundImage": "amish1280.jpg",
37 37
     "foregroundColor": "#fc0",
38 38
     "waveBottom": 660,
39 39
     "waveTop": 320
40 40
   },
41
-    "Distillations logo with top right text": {
41
+  "Distillations logo rect red wave white top right text": {
42 42
     "captionAlign": "right",
43 43
     "captionTop": 60,
44 44
     "captionRight": 1220,
45 45
     "captionLeft": 640,
46 46
     "backgroundImage": "Distillations_1280x720.jpg",
47
-    "foregroundColor": "#fc0",
47
+    "foregroundColor": "#fff",
48
+    "waveColor": "#cf0920",
48 49
     "waveBottom": 660,
49 50
     "waveTop": 320
50 51
   },
52
+  "Distillations logo square red wave white text": {
53
+    "width": 640,
54
+    "height": 640,
55
+    "samplesPerFrame": 64,
56
+    "waveTop": 20,
57
+    "waveBottom": 300,
58
+    "captionTop": 340,
59
+    "captionLeft": 20,
60
+    "captionRight": 620,
61
+    "waveColor": "#cf0920",
62
+    "foregroundColor": "#fff",
63
+    "backgroundImage": "Distillations_640x640.jpg"
64
+  },
51 65
   "Bars": {
52 66
     "pattern": "bars",
53 67
     "foregroundColor": "#d84a4a"
@@ -110,6 +124,6 @@
110 124
     "captionLeft": 20,
111 125
     "captionRight": 620,
112 126
     "foregroundColor": "#0eb8ba",
113
-    "backgroundImage": "nyc.png"
127
+    "backgroundImage": "amish640.png"
114 128
   }
115 129
 }