Parcourir la source

Updated themes file to have default values for everything.

localadmin il y a 6 ans
Parent
révision
3243def532
1 fichiers modifiés avec 125 ajouts et 104 suppressions
  1. 125 104
      settings/themes.json

+ 125 - 104
settings/themes.json Voir le fichier

@@ -1,105 +1,126 @@
1 1
 {
2
-  "default": {
3
-    "width": 1280,
4
-    "height": 720,
5
-    "framesPerSecond": 20,
6
-    "maxDuration": 300,
7
-    "samplesPerFrame": 128,
8
-    "pattern": "wave",
9
-    "waveTop": 150,
10
-    "waveBottom": 420,
11
-    "captionTop": 470,
12
-    "captionFont": "300 52px 'Source Sans Pro'",
13
-    "captionLineHeight": 52,
14
-    "captionLineSpacing": 7,
15
-    "captionLeft": 200,
16
-    "captionRight": 1080
17
-  },
18
-  "Basic": {
19
-    "backgroundColor": "#eee",
20
-    "foregroundColor": "#de1e3d"
21
-  },
22
-  "Neon": {
23
-    "backgroundColor": "#556270",
24
-    "foregroundColor": "#c7f464"
25
-  },
26
-  "Three colors": {
27
-    "backgroundColor": "#eee",
28
-    "captionColor": "#515151",
29
-    "waveColor": "#00b4ff"
30
-  },
31
-  "Background image with top right text": {
32
-    "captionAlign": "right",
33
-    "captionTop": 60,
34
-    "captionRight": 1220,
35
-    "captionLeft": 640,
36
-    "backgroundImage": "subway.jpg",
37
-    "foregroundColor": "#fc0",
38
-    "waveBottom": 660,
39
-    "waveTop": 320
40
-  },
41
-  "Bars": {
42
-    "pattern": "bars",
43
-    "foregroundColor": "#d84a4a"
44
-  },
45
-  "Rounded bars with bottom left text": {
46
-    "pattern": "roundBars",
47
-    "foregroundColor": "#d84a4a",
48
-    "captionAlign": "left",
49
-    "captionLeft": 60,
50
-    "captionRight": 640,
51
-    "captionBottom": 660,
52
-    "captionTop": null
53
-  },
54
-  "Line": {
55
-    "backgroundColor": "#edc951",
56
-    "foregroundColor": "#00a0b0",
57
-    "pattern": "line"
58
-  },
59
-  "Curve": {
60
-    "backgroundColor": "#00a0b0",
61
-    "foregroundColor": "#edc951",
62
-    "pattern": "curve"
63
-  },
64
-  "Bricks": {
65
-    "backgroundColor": "#8771aa",
66
-    "foregroundColor": "#fff",
67
-    "pattern": "bricks"
68
-  },
69
-  "Equalizer on the bottom": {
70
-    "backgroundColor": "#222",
71
-    "foregroundColor": "#fff",
72
-    "pattern": "equalizer",
73
-    "captionTop": 40,
74
-    "captionBottom": 380,
75
-    "waveTop": 420,
76
-    "waveBottom": 720
77
-  },
78
-  "Bold italic orange": {
79
-    "captionAlign": "right",
80
-    "captionTop": null,
81
-    "captionBottom": 660,
82
-    "captionRight": 1220,
83
-    "captionLeft": 640,
84
-    "backgroundColor": "#fd5a1e",
85
-    "waveColor": "#fff",
86
-    "captionFont": "bold italic 52px 'Source Sans Pro'"
87
-  },
88
-  "Pixelated": {
89
-    "backgroundColor": "#ecd078",
90
-    "foregroundColor": "#c02942",
91
-    "pattern": "pixel"
92
-  },
93
-  "Square with background image": {
94
-    "width": 640,
95
-    "height": 640,
96
-    "samplesPerFrame": 64,
97
-    "waveTop": 20,
98
-    "waveBottom": 300,
99
-    "captionTop": 340,
100
-    "captionLeft": 20,
101
-    "captionRight": 620,
102
-    "foregroundColor": "#0eb8ba",
103
-    "backgroundImage": "nyc.png"
104
-  }
105
-}
2
+	"default": {
3
+		"width": 1280,
4
+		"height": 720,
5
+		"framesPerSecond": 20,
6
+		"maxDuration": 300,
7
+		"samplesPerFrame": 128,
8
+		"backgroundColor": "#ffffff",
9
+		"backgroundImage": "",
10
+		"captionColor": "#000000",
11
+		"captionAlign": "left",
12
+		"captionFont": "300 52px 'Source Sans Pro'",
13
+		"captionLineHeight": 52,
14
+		"captionLineSpacing": 7,
15
+		"captionLeft": 60,
16
+		"captionRight": 640,
17
+		"captionTop": null,
18
+		"captionBottom": 660,
19
+		"pattern": "wave",
20
+		"waveTop": 0,
21
+		"waveBottom": 720,
22
+		"waveLeft": 0,
23
+		"waveRight": 1280,
24
+		"waveColor": "#000000"
25
+	},
26
+	"Basic": {
27
+		"backgroundColor": "#eee",
28
+		"captionColor": "#de1e3d",
29
+		"waveColor": "#de1e3d"
30
+	},
31
+	"Neon": {
32
+		"backgroundColor": "#556270",
33
+		"captionColor": "#c7f464",
34
+		"waveColor": "#c7f464"
35
+	},
36
+	"Background image with top right text": {
37
+		"captionAlign": "right",
38
+		"captionTop": 60,
39
+		"captionRight": 1220,
40
+		"captionLeft": 640,
41
+		"backgroundImage": "subway.jpg",
42
+		"captionColor": "#fc0fc0",
43
+		"waveColor": "#fc0fc0",
44
+		"waveBottom": 660,
45
+		"waveTop": 320
46
+	},
47
+	"Bars": {
48
+		"pattern": "bars",
49
+		"captionColor": "#d84a4a",
50
+		"waveColor": "#d84a4a"
51
+	},
52
+	"Rounded bars with bottom left text": {
53
+		"pattern": "roundBars",
54
+		"captionColor": "#d84a4a",
55
+		"waveColor": "#d84a4a",
56
+		"captionAlign": "left",
57
+		"captionLeft": 60,
58
+		"captionRight": 640,
59
+		"captionBottom": 660,
60
+		"captionTop": null
61
+	},
62
+	"Line": {
63
+		"backgroundColor": "#edc951",
64
+		"captionColor": "#00a0b0",
65
+		"waveColor": "#00a0b0",
66
+		"pattern": "line"
67
+	},
68
+	"Curve": {
69
+		"backgroundColor": "#00a0b0",
70
+		"captionColor": "#edc951",
71
+		"waveColor": "#edc951",
72
+		"pattern": "curve"
73
+	},
74
+	"Bricks": {
75
+		"backgroundColor": "#8771aa",
76
+		"captionColor": "#ffffff",
77
+		"waveColor": "#ffffff",
78
+		"pattern": "bricks"
79
+	},
80
+	"Equalizer on the bottom": {
81
+		"backgroundColor": "#222",
82
+		"captionColor": "#ffffff",
83
+		"waveColor": "#ffffff",
84
+		"pattern": "equalizer",
85
+		"captionTop": 40,
86
+		"captionBottom": 380,
87
+		"waveTop": 420,
88
+		"waveBottom": 720
89
+	},
90
+	"Bold italic orange": {
91
+		"captionAlign": "right",
92
+		"captionTop": null,
93
+		"captionBottom": 660,
94
+		"captionRight": 1220,
95
+		"captionLeft": 640,
96
+		"backgroundColor": "#fd5a1e",
97
+		"waveColor": "#fff",
98
+		"captionFont": "bold italic 52px 'Source Sans Pro'"
99
+	},
100
+	"Pixelated": {
101
+		"backgroundColor": "#ecd078",
102
+		"captionColor": "#c02942",
103
+		"waveColor": "#c02942",
104
+		"pattern": "pixel"
105
+	},
106
+	"Square with background image": {
107
+		"width": 640,
108
+		"height": 640,
109
+		"samplesPerFrame": 64,
110
+		"waveTop": 20,
111
+		"waveBottom": 300,
112
+		"captionTop": 340,
113
+		"captionLeft": 20,
114
+		"captionRight": 620,
115
+		"captionColor": "#0eb8ba",
116
+		"waveColor": "#0eb8ba",
117
+		"backgroundImage": "nyc.png"
118
+	},
119
+	"Three colors": {
120
+		"backgroundColor": "#eeeeee",
121
+		"captionColor": "#515151",
122
+		"waveTop": 100,
123
+		"waveBottom": 500,
124
+		"waveColor": "#53fe64"
125
+	}
126
+}