summaryrefslogtreecommitdiff
path: root/elbaite.css
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2022-08-29 17:01:21 -0400
committerVineet Kumar <git@vineetk.net>2026-05-14 17:01:21 -0400
commitc12e12919db404478c05cd9e4004079bdd7fab70 (patch)
treef6752d17097b35ba12f2d155ff6ce985f9097c2d /elbaite.css
parent38dad6635b84d5e4a990b94743c7bd127b23502e (diff)
initial payloadHEADmaster
Diffstat (limited to 'elbaite.css')
-rw-r--r--elbaite.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/elbaite.css b/elbaite.css
new file mode 100644
index 0000000..a550316
--- /dev/null
+++ b/elbaite.css
@@ -0,0 +1,21 @@
1:root {
2 --foreground: #bfbbb6;
3 --background: #181411;
4
5 --color0: #181411;
6 --color8: #2b2722;
7 --color1: #a63221;
8 --color9: #a63221;
9 --color2: #768948;
10 --color10: #768948;
11 --color3: #d6a22e;
12 --color11: #d6a22e;
13 --color4: #33658a;
14 --color12: #33658a;
15 --color5: #585481;
16 --color13: #7473a3;
17 --color6: #599a82;
18 --color14: #599a82;
19 --color7: #9a9a9a;
20 --color15: #bfbbb6;
21}