~jan0sch/smederee

~jan0sch/smederee/modules/hub/src/main/resources/assets/css/colours.css
 ..
0 :root {
1 /* Monochromatic palette generated via
2 * https://venngage.com/tools/accessible-color-palette-generator
3 * Best with black foreground colour for text.
4 */
5 --background0: #F2F7FC;
6 --background1: #F0F4F9;
7 --background2: #ECEFF4;
8 --background3: #E2E5EA;
9 --background4: #D9DCE1;
10 /* Colours from Nord CSS theme 0.2.0
11 *
12 * See https://www.nordtheme.com/docs/colors-and-palettes for details.
13 */
14 --nord0: #2E3440;
15 --nord1: #3B4252;
16 --nord2: #434C5E;
17 --nord3: #4C566A;
18 --nord4: #D8DEE9;
19 --nord5: #E5E9F0;
20 --nord6: #ECEFF4;
21 --nord7: #8FBCBB;
22 --nord8: #88C0D0;
23 --nord9: #81A1C1;
24 --nord10: #5E81AC;
25 --nord11: #BF616A;
26 --nord12: #D08770;
27 --nord13: #EBCB8B;
28 --nord14: #A3BE8C;
29 --nord15: #B48EAD;
30 /* Colours from the Nordic Night EMACS theme
31 *
32 * See https://git.sr.ht/~ashton314/nordic-night for details.
33 */
34 --nordic-night-nearblack: #121212; /* black */
35 --nordic-night-lighterblack: #181818; /* black */
36 --nordic-night-dark0: #2E3440; /* black */
37 --nordic-night-dark1: #3B4252; /* black */
38 --nordic-night-dark2: #434C5E; /* #434C5E */
39 --nordic-night-dark3: #4C566A; /* brightblack */
40 --nordic-night-lessdark3-1: #6B7386; /* #6B7386 */
41 --nordic-night-lessdark3-2: #8892A4; /* #8892A4 */
42 --nordic-night-lessdark3-3: #B5BDCC; /* #B5BDCC */
43 --nordic-night-snowy4: #D8DEE9; /* #D8DEE9 */
44 --nordic-night-snowy5: #E5E9F0; /* white */
45 --nordic-night-snowy6: #ECEFF4; /* brightwhite */
46 --nordic-night-bluegreen7: #8FBCBB; /* cyan */
47 --nordic-night-brightblue8: #88C0D0; /* brightcyan */
48 --nordic-night-lapis9: #81A1C1; /* blue */
49 --nordic-night-blue10: #5E81AC; /* brightblue */
50 --nordic-night-red11: #BF616A; /* red */
51 --nordic-night-orange12: #D08770; /* brightyellow */
52 --nordic-night-yellow13: #EBCB8B; /* yellow */
53 --nordic-night-green14: #A3BE8C; /* green */
54 --nordic-night-purple15: #B48EAD; /* magenta */
55 --nordic-night-annotation: #D08770; /* brightyellow */
56 --nordic-night-attribute: #8FBCBB; /* cyan */
57 --nordic-night-class: #8FBCBB; /* cyan */
58 --nordic-night-comment: #8892A4; /* brightblack */
59 --nordic-night-doc: #A3BE8C; /* green */
60 --nordic-night-method: #88C0D0; /* brightcyan */
61 --nordic-night-keyword: #81A1C1; /* blue */
62 --nordic-night-numeric: #B48EAD; /* magenta */
63 --nordic-night-operator: #81A1C1; /* blue */
64 --nordic-night-preprocessor: #5E81AC; /* brightblue */
65 --nordic-night-punctuation: #D8DEE9; /* #D8DEE9 */
66 --nordic-night-string: #A3BE8C; /* green */
67 --nordic-night-tag: #81A1C1; /* blue */
68 --nordic-night-variable: #D8DEE9; /* #D8DEE9 */
69 }