move to 2.5.5
[anni] / static / static / themes / elic.json
1 {
2   "_pleroma_theme_version": 2,
3   "name": "elic",
4   "theme":{
5    "themeEngineVersion": 3,
6     "shadows": {
7       "panel": [
8               {
9           "color": "#000000",
10           "x": 0,
11           "y": "10",
12           "blur": "20",
13           "spread": 0,
14           "inset": false,
15           "alpha": "0.25"
16         }
17       ],
18       "topBar": [
19         {
20           "color": "#000000",
21           "x": 0,
22           "y": "5",
23           "blur": "10",
24           "spread": 0,
25           "alpha": "0.5"
26         }
27       ],
28       "popup": [
29         {
30           "x": 2,
31           "y": 2,
32           "blur": 3,
33           "spread": 0,
34           "color": "#000000",
35           "alpha": 0.5
36         }
37       ],
38       "avatar": [
39         {
40           "x": 0,
41           "y": 1,
42           "blur": 8,
43           "spread": 0,
44           "color": "#000000",
45           "alpha": 0.7
46         }
47       ],
48       "avatarStatus": [],
49       "panelHeader": [
50         {
51           "color": "#282e35",
52           "x": 0,
53           "y": "1",
54           "blur": 0,
55           "spread": "0",
56           "inset": false,
57           "alpha": 1
58         }
59       ],
60       "button": [
61         {
62           "color": "#000000",
63           "x": 0,
64           "y": "10",
65           "blur": "20",
66           "spread": 0,
67           "inset": false,
68           "alpha": "0.2"
69         }
70       ],
71       "buttonHover": [
72         {
73           "color": "#cad1d8",
74           "x": 0,
75           "y": 0,
76           "blur": "0",
77           "spread": "1",
78           "alpha": 1,
79           "inset": true
80         },
81         {
82           "color": "#000000",
83           "x": 0,
84           "y": "10",
85           "blur": "20",
86           "spread": "0",
87           "alpha": "0.2",
88           "inset": false
89         }
90       ],
91       "buttonPressed": [
92         {
93           "color": "#000000",
94           "x": 0,
95           "y": "10",
96           "blur": "20",
97           "spread": 0,
98           "inset": false,
99           "alpha": "0.25"
100         }
101       ],
102       "input": [
103         {
104           "color": "#000000",
105           "x": 0,
106           "y": "10",
107           "blur": "20",
108           "spread": 0,
109           "inset": false,
110           "alpha": "0.2"
111         },
112         {
113           "color": "#1a1e22",
114           "x": 0,
115           "y": "1",
116           "blur": "0",
117           "spread": 0,
118           "inset": true,
119           "alpha": 1
120         },
121         {
122           "color": "#1a1e22",
123           "x": 0,
124           "y": "-1",
125           "blur": "0",
126           "spread": 0,
127           "inset": true,
128           "alpha": 1
129         }
130       ]
131     },
132     "colors": {
133       "underlay": "#000000",
134       "bg": "#1a1e22",
135       "fg": "#2c333a",
136       "cGreen": "#76e65e",
137       "cRed": "#e65e5e",
138       "cOrange": "#ffd209",
139       "cBlue": "#5eb1e6",
140       "accent": "#5eb1e6",
141       "link": "#5eb1e6",
142       "text": "#cad1d8",
143       "chatBg": "#1a1e22",
144       "chatMessageIncomingBg": "#1a1e22",
145       "chatMessageOutgoingBg": "#262b31",
146       "chatMessageOutgoingBorder": "#2a3037",
147       "chatMessageOutgoingLink": "#5eb1e6",
148       "chatMessageOutgoingText": "#cad1d8",
149       "border": "#2c333a",
150       "chatMessageIncomingBorder": "#313940",
151       "chatMessageIncomingLink": "#5eb1e6",
152       "chatMessageIncomingText": "#cad1d8",
153       "badgeNeutral": "#76e65e",
154       "badgeNeutralText": "#000000",
155       "badgeNotification": "#2c333a",
156       "badgeNotificationText": "#ffffff",
157       "alertNeutral": "#cad1d8",
158       "alertNeutralText": "#ffffff",
159       "alertPopupNeutral": "#cad1d8",
160       "alertPopupNeutralText": "#000000",
161       "alertSuccess": "#76e65e",
162       "alertSuccessText": "#ffffff",
163       "alertPopupSuccess": "#76e65e",
164       "alertPopupSuccessText": "#000000",
165       "alertWarning": "#ffd209",
166       "alertWarningText": "#ffffff",
167       "alertPopupWarning": "#ffd209",
168       "alertPopupWarningText": "#000000",
169       "alertError": "#e65e5e",
170       "alertErrorText": "#cad1d8",
171       "alertPopupError": "#e65e5e",
172       "alertPopupErrorText": "#000000",
173       "panel": "#181c1f",
174       "panelText": "#ffffff",
175       "alertNeutralPanelText": "#ffffff",
176       "alertSuccessPanelText": "#ffffff",
177       "alertWarningPanelText": "#000000",
178       "alertErrorPanelText": "#ffffff",
179       "fgText": "#cad1d8",
180       "topBar": "#22272d",
181       "topBarText": "#cad1d8",
182       "input": "#2c333a",
183       "inputTopbarText": "#cad1d8",
184       "inputPanelText": "#ffffff",
185       "inputText": "#cad1d8",
186       "btn": "#2c333a",
187       "btnText": "#cad1d8",
188       "btnTopBarText": "#cad1d8",
189       "btnDisabled": "#1f2428",
190       "btnDisabledTopBarText": "#4a4f54",
191       "btnPanelText": "#cad1d8",
192       "btnDisabledPanelText": "#4a4f54",
193       "btnDisabledText": "#4a4f54",
194       "btnToggled": "#596674",
195       "btnToggledTopBarText": "#ffffff",
196       "btnToggledPanelText": "#ffffff",
197       "btnToggledText": "#ffffff",
198       "btnPressed": "#2c333a",
199       "btnPressedTopBarText": "#cad1d8",
200       "btnPressedTopBar": "#2c333a",
201       "btnPressedPanelText": "#cad1d8",
202       "btnPressedPanel": "#2c333a",
203       "btnPressedText": "#cad1d8",
204       "tabActiveText": "#cad1d8",
205       "tabText": "#cad1d8",
206       "tab": "#2c333a",
207       "fgLink": "#5eb1e6",
208       "topBarLink": "#ffffff",
209       "panelLink": "#5eb1e6",
210       "panelFaint": "#cad1d8",
211       "icon": "#72787d",
212       "poll": "#365971",
213       "pollText": "#cad1d8",
214       "postCyantext": "#5eb1e6",
215       "postGreentext": "#76e65e",
216       "postLink": "#5eb1e6",
217       "lightText": "#ffffff",
218       "popover": "#1a1e22",
219       "selectedMenuPopover": "#262b31",
220       "highlight": "#262b31",
221       "highlightText": "#cad1d8",
222       "selectedMenu": "#262b31",
223       "selectedMenuText": "#cad1d8",
224       "selectedMenuPopoverIcon": "#787e85",
225       "highlightLink": "#5eb1e6",
226       "selectedMenuLink": "#5eb1e6",
227       "selectedMenuPopoverLink": "#5eb1e6",
228       "selectedMenuPopoverText": "#cad1d8",
229       "faintLink": "#5eb1e6",
230       "highlightFaintLink": "#5eb1e6",
231       "selectedMenuFaintLink": "#5eb1e6",
232       "selectedMenuPopoverFaintLink": "#5eb1e6",
233       "faint": "#cad1d8",
234       "highlightFaintText": "#cad1d8",
235       "selectedMenuFaintText": "#cad1d8",
236       "selectedMenuPopoverFaintText": "#cad1d8",
237       "highlightLightText": "#ffffff",
238       "selectedMenuLightText": "#ffffff",
239       "selectedMenuPopoverLightText": "#ffffff",
240       "selectedMenuIcon": "#787e85",
241       "selectedPost": "#262b31",
242       "selectedPostText": "#cad1d8",
243       "selectedPostIcon": "#787e85",
244       "selectedPostLink": "#5eb1e6",
245       "selectedPostFaintLink": "#5eb1e6",
246       "highlightPostLink": "#5eb1e6",
247       "selectedPostPostLink": "#5eb1e6",
248       "selectedPostLightText": "#ffffff",
249       "selectedPostFaintText": "#cad1d8",
250       "popoverText": "#cad1d8",
251       "popoverIcon": "#72787d",
252       "popoverLink": "#5eb1e6",
253       "postFaintLink": "#5eb1e6",
254       "popoverPostFaintLink": "#5eb1e6",
255       "popoverFaintLink": "#5eb1e6",
256       "popoverFaintText": "#cad1d8",
257       "popoverPostLink": "#5eb1e6",
258       "popoverLightText": "#ffffff",
259       "highlightIcon": "#787e85",
260       "highlightPostFaintLink": "#5eb1e6",
261       "profileTint": "#1a1e22",
262       "profileBg": "#0d1014",
263       "wallpaper": "#16191d"
264     },
265     "opacity": {
266       "underlay": 0.15,
267       "bg": 1,
268       "border": 1,
269       "alert": 0.5,
270       "alertPopup": 0.95,
271       "panel": 1,
272       "input": 1,
273       "btn": 1,
274       "faint": 0.5,
275       "popover": 1,
276       "profileTint": 0.5
277     },
278     "radii": {
279       "btn": "4",
280       "input": "0",
281       "checkbox": "0",
282       "panel": "0",
283       "avatar": "28",
284       "avatarAlt": 50,
285       "tooltip": "0",
286       "attachment": "0",
287       "chatMessage": "0"
288     },
289     "fonts": {
290       "interface": {
291         "family": "sans-serif"
292       },
293       "input": {
294         "family": "inherit"
295       },
296       "post": {
297         "family": "inherit"
298       },
299       "postCode": {
300         "family": "monospace"
301       }
302     }
303   },
304   "source": {
305     "themeEngineVersion": 3,
306     "fonts": {},
307     "shadows": {
308       "button": [
309         {
310           "x": 0,
311           "y": "10",
312           "blur": "20",
313           "spread": 0,
314           "inset": false,
315           "color": "#000000",
316           "alpha": "0.2"
317         }
318       ],
319       "buttonPressed": [
320         {
321           "x": 0,
322           "y": "10",
323           "blur": "20",
324           "spread": 0,
325           "inset": false,
326           "color": "#000000",
327           "alpha": "0.25"
328         }
329       ],
330       "input": [
331         {
332           "x": 0,
333           "y": "10",
334           "blur": "20",
335           "spread": 0,
336           "inset": false,
337           "color": "#000000",
338           "alpha": "0.2"
339         },
340         {
341           "x": 0,
342           "y": "1",
343           "blur": "0",
344           "spread": 0,
345           "inset": true,
346           "color": "--bg",
347           "alpha": 1
348         },
349         {
350           "x": 0,
351           "y": "-1",
352           "blur": "0",
353           "spread": 0,
354           "inset": true,
355           "color": "--bg",
356           "alpha": 1
357         }
358       ],
359       "buttonHover": [
360         {
361           "x": 0,
362           "y": 0,
363           "blur": "0",
364           "spread": "1",
365           "color": "#cad1d8",
366           "alpha": 1,
367           "inset": true
368         },
369         {
370           "x": 0,
371           "y": "10",
372           "blur": "20",
373           "spread": "0",
374           "color": "#000000",
375           "alpha": "0.2",
376           "inset": false
377         }
378       ],
379       "panel": [
380         {
381           "x": 0,
382           "y": "10",
383           "blur": "20",
384           "spread": 0,
385           "inset": false,
386           "color": "#000000",
387           "alpha": "0.25"
388         }
389       ],
390       "panelHeader": [
391         {
392           "x": 0,
393           "y": "1",
394           "blur": 0,
395           "spread": "0",
396           "inset": false,
397           "color": "#282e35",
398           "alpha": 1
399         }
400       ],
401       "topBar": [
402         {
403           "x": 0,
404           "y": "5",
405           "blur": "10",
406           "spread": 0,
407           "color": "#000000",
408           "alpha": "0.5"
409         }
410       ]
411     },
412     "opacity": {
413       "input": "1"
414     },
415     "colors": {
416       "bg": "#1a1e22",
417       "fg": "#2c333a",
418       "text": "#cad1d8",
419       "link": "#5eb1e6",
420       "cBlue": "#5eb1e6",
421       "cRed": "#e65e5e",
422       "cGreen": "#76e65e",
423       "cOrange": "#ffd209",
424       "border": "#2c333a",
425       "panel": "#181c1f",
426       "panelText": "#ffffff",
427       "topBar": "#22272d",
428       "topBarLink": "#ffffff",
429       "badgeNotification": "#2c333a"
430     },
431     "radii": {
432       "btn": "4",
433       "input": "0",
434       "checkbox": "0",
435       "panel": "0",
436       "avatar": "28",
437       "avatarAlt": 50,
438       "tooltip": "0",
439       "attachment": "0"
440     }
441   }
442 }