Skip to main content

palette.json

1{
2 "id": "2477498-94fa872",
3 "light": {
4 "background": "#fafafa",
5 "text": "#202020",
6 "accent_grey": "#999999",
7 "red": "#d01c11",
8 "green": "#1bad0e",
9 "blue": "#115bda",
10 "magenta": "#c311d0",
11 "yellow": "#c8a711",
12 "highlight": "#ffeb12b3",
13 "cyan": "#2dceb7"
14 },
15 "dark": {
16 "background": "#0d0d0d",
17 "text": "#c7c7c7",
18 "accent_grey": "#9a9a9a",
19 "red": "#f45858",
20 "green": "#5ff042",
21 "blue": "#40c3ff",
22 "magenta": "#ff42fc",
23 "yellow": "#fffc42",
24 "highlight": "#fffc4244",
25 "cyan": "#41f1df"
26 }