Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] /
1 .base00-background { background-color: #1f2022; }
2 .base01-background { background-color: #282828; }
3 .base02-background { background-color: #444155; }
4 .base03-background { background-color: #585858; }
5 .base04-background { background-color: #b8b8b8; }
6 .base05-background { background-color: #a3a3a3; }
7 .base06-background { background-color: #e8e8e8; }
8 .base07-background { background-color: #f8f8f8; }
9 .base08-background { background-color: #f2241f; }
10 .base09-background { background-color: #ffa500; }
11 .base0A-background { background-color: #b1951d; }
12 .base0B-background { background-color: #67b11d; }
13 .base0C-background { background-color: #2d9574; }
14 .base0D-background { background-color: #4f97d7; }
15 .base0E-background { background-color: #a31db1; }
16 .base0F-background { background-color: #b03060; }
17
18 .base00 { color: #1f2022; }
19 .base01 { color: #282828; }
20 .base02 { color: #444155; }
21 .base03 { color: #585858; }
22 .base04 { color: #b8b8b8; }
23 .base05 { color: #a3a3a3; }
24 .base06 { color: #e8e8e8; }
25 .base07 { color: #f8f8f8; }
26 .base08 { color: #f2241f; }
27 .base09 { color: #ffa500; }
28 .base0A { color: #b1951d; }
29 .base0B { color: #67b11d; }
30 .base0C { color: #2d9574; }
31 .base0D { color: #4f97d7; }
32 .base0E { color: #a31db1; }
33 .base0F { color: #b03060; }