ce46882508f4e3a3e4c6d87019818268d1a6d9cb
[akkoma] / priv / static / static / themes / ihatebeingalive.json
1 {
2 "_pleroma_theme_version": 2,
3 "name": "ihatebeingalive",
4 "theme": {
5 "fonts": {
6 "interface": {
7 "family": "Lato"
8 }
9 },
10 "shadows": {
11 "panel": [
12 {
13 "x": "1",
14 "y": "2",
15 "blur": "6",
16 "spread": 0,
17 "color": "#000000",
18 "alpha": 0.6
19 }
20 ],
21 "button": [
22 {
23 "x": 0,
24 "y": "0",
25 "blur": "0",
26 "spread": "1",
27 "color": "#ffffff",
28 "alpha": "0.15",
29 "inset": true
30 },
31 {
32 "x": "1",
33 "y": "1",
34 "blur": "1",
35 "spread": 0,
36 "color": "#000000",
37 "alpha": "0.3",
38 "inset": false
39 }
40 ],
41 "panelHeader": [
42 {
43 "x": 0,
44 "y": "40",
45 "blur": "40",
46 "spread": "-40",
47 "inset": true,
48 "color": "#ffffff",
49 "alpha": "0.1"
50 }
51 ],
52 "buttonHover": [
53 {
54 "x": 0,
55 "y": "0",
56 "blur": 0,
57 "spread": "1",
58 "color": "--link",
59 "alpha": "0.3",
60 "inset": true
61 },
62 {
63 "x": "1",
64 "y": "1",
65 "blur": "1",
66 "spread": 0,
67 "color": "#000000",
68 "alpha": "0.3",
69 "inset": false
70 }
71 ],
72 "buttonPressed": [
73 {
74 "x": 0,
75 "y": 0,
76 "blur": "0",
77 "spread": "50",
78 "color": "--faint",
79 "alpha": 1,
80 "inset": true
81 },
82 {
83 "x": 0,
84 "y": "0",
85 "blur": 0,
86 "spread": "1",
87 "color": "#ffffff",
88 "alpha": 0.2,
89 "inset": true
90 },
91 {
92 "x": "1",
93 "y": "1",
94 "blur": 0,
95 "spread": 0,
96 "color": "#000000",
97 "alpha": "0.3",
98 "inset": false
99 }
100 ],
101 "input": [
102 {
103 "x": 0,
104 "y": "0",
105 "blur": 0,
106 "spread": "1",
107 "color": "#FFFFFF",
108 "alpha": "0.2",
109 "inset": true
110 }
111 ]
112 },
113 "opacity": {
114 "bg": "0.99",
115 "btn": "0.9",
116 "input": "0.9",
117 "panel": "0.75",
118 "border": "0.55"
119 },
120 "colors": {
121 "bg": "#070e1b",
122 "text": "#bebebe",
123 "link": "#3daee9",
124 "fg": "#31363b",
125 "fgLink": "#543fe7",
126 "panelLink": "#38a5ed",
127 "input": "#1b1d1f",
128 "topBar": "#0d1a31",
129 "topBarLink": "#bebebe",
130 "btn": "#1b1d1f",
131 "panel": "#0d1a31",
132 "alertError": "#ff090f",
133 "badgeNotification": "#024297",
134 "border": "#363c41",
135 "cRed": "#c42d38",
136 "cBlue": "#ffffff",
137 "cGreen": "#22b325",
138 "cOrange": "#d7d720"
139 },
140 "radii": {
141 "btn": "4",
142 "input": "4",
143 "checkbox": "1",
144 "panel": "9",
145 "avatar": "3",
146 "avatarAlt": "4",
147 "tooltip": "7",
148 "attachment": "3"
149 }
150 }
151 }