Chuck Dries 6 years ago
parent
commit
e4ab826cd4
2 changed files with 15 additions and 1 deletions
  1. BIN
      settings/backgrounds/ForksEstate.png
  2. 15 1
      settings/themes.json

BIN
settings/backgrounds/ForksEstate.png View File


+ 15 - 1
settings/themes.json View File

1
 {
1
 {
2
+  "State Press Theme: Forks Estate": {
3
+    "width": 1280,
4
+    "height": 720,
5
+    "captionAlign": "left",
6
+    "captionTop": 60,
7
+    "captionLeft": 570,
8
+    "captionRight": 1200,
9
+    "backgroundImage": "ForksEstate.png",
10
+    "foregroundColor": "#ffffff",
11
+    "captionColor": "#ffffff",
12
+    "waveTop": 420,
13
+    "waveBottom": 700,
14
+    "captionFont": "300 65px 'Source Sans Pro'"
15
+  },
2
   "default": {
16
   "default": {
3
     "width": 1280,
17
     "width": 1280,
4
     "height": 720,
18
     "height": 720,
102
     "foregroundColor": "#0eb8ba",
116
     "foregroundColor": "#0eb8ba",
103
     "backgroundImage": "nyc.png"
117
     "backgroundImage": "nyc.png"
104
   }
118
   }
105
-}
119
+}