Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / priv / static / static / themes / breezy-light.json
1 {
2 "_pleroma_theme_version": 2,
3 "name": "Breezy Light (beta)",
4 "source": {
5 "themeEngineVersion": 3,
6 "fonts": {},
7 "shadows": {
8 "panel": [
9 {
10 "x": "1",
11 "y": "2",
12 "blur": "6",
13 "spread": 0,
14 "color": "#000000",
15 "alpha": 0.6
16 }
17 ],
18 "button": [
19 {
20 "x": 0,
21 "y": "0",
22 "blur": "0",
23 "spread": "1",
24 "color": "--btn,900",
25 "alpha": "0.3",
26 "inset": true
27 },
28 {
29 "x": "1",
30 "y": "1",
31 "blur": "1",
32 "spread": 0,
33 "color": "#000000",
34 "alpha": "0.3",
35 "inset": false
36 }
37 ],
38 "panelHeader": [
39 {
40 "x": 0,
41 "y": "40",
42 "blur": "40",
43 "spread": "-40",
44 "inset": true,
45 "color": "--panel,900",
46 "alpha": "0.1"
47 }
48 ],
49 "buttonHover": [
50 {
51 "x": 0,
52 "y": "0",
53 "blur": 0,
54 "spread": "1",
55 "color": "--accent",
56 "alpha": "1",
57 "inset": true
58 },
59 {
60 "x": "1",
61 "y": "1",
62 "blur": "1",
63 "spread": 0,
64 "color": "#000000",
65 "alpha": "0.3",
66 "inset": false
67 }
68 ],
69 "buttonPressed": [
70 {
71 "x": 0,
72 "y": "0",
73 "blur": 0,
74 "spread": "1",
75 "color": "--btn,900",
76 "alpha": 0.2,
77 "inset": true
78 },
79 {
80 "x": "1",
81 "y": "1",
82 "blur": 0,
83 "spread": 0,
84 "color": "#000000",
85 "alpha": "0.3",
86 "inset": false
87 }
88 ],
89 "input": [
90 {
91 "x": 0,
92 "y": "0",
93 "blur": 0,
94 "spread": "1",
95 "color": "--input,900",
96 "alpha": "0.2",
97 "inset": true
98 }
99 ]
100 },
101 "opacity": {
102 "input": "1"
103 },
104 "colors": {
105 "bg": "#eff0f1",
106 "text": "#232627",
107 "fg": "#475057",
108 "accent": "#2980b9",
109 "input": "--bg,-6.47",
110 "topBarLink": "--topBarText",
111 "btn": "--bg",
112 "cRed": "#da4453",
113 "cBlue": "#2980b9",
114 "cGreen": "#27ae60",
115 "cOrange": "#f67400",
116 "btnPressed": "--accent",
117 "selectedMenu": "--accent",
118 "selectedMenuPopover": "--accent"
119 },
120 "radii": {
121 "btn": "2",
122 "input": "2",
123 "checkbox": "1",
124 "panel": "2",
125 "avatar": "2",
126 "avatarAlt": "2",
127 "tooltip": "2",
128 "attachment": "2"
129 }
130 }
131 }