aboutsummaryrefslogtreecommitdiff
path: root/public/css/palettes/windows-95-light.css
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2023-05-30 20:47:52 +0000
committerKumar Damani <me@kumardamani.net>2023-05-30 20:47:52 +0000
commit58c947fe57c5b6492906e588f9510ae30383615d (patch)
treeb8ccc2ae0df259ec3a68696a50479a7b0b680e3d /public/css/palettes/windows-95-light.css
parentcf259bfe2fdc33894f10083737776f79903a6fbe (diff)
routine updates
Diffstat (limited to 'public/css/palettes/windows-95-light.css')
-rw-r--r--public/css/palettes/windows-95-light.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/public/css/palettes/windows-95-light.css b/public/css/palettes/windows-95-light.css
new file mode 100644
index 0000000..70cfeeb
--- /dev/null
+++ b/public/css/palettes/windows-95-light.css
@@ -0,0 +1,20 @@
+/* Windows 95 Light by Fergus Collins (https://github.com/C-Fergus) */
+
+:root {
+ --base00: #fcfcfc;
+ --base01: #e0e0e0;
+ --base02: #c4c4c4;
+ --base03: #a8a8a8;
+ --base04: #7e7e7e;
+ --base05: #545454;
+ --base06: #2a2a2a;
+ --base07: #000000;
+ --base08: #a80000;
+ --base09: #fcfc54;
+ --base0A: #a85400;
+ --base0B: #00a800;
+ --base0C: #00a8a8;
+ --base0D: #0000a8;
+ --base0E: #a800a8;
+ --base0F: #54fc54;
+} \ No newline at end of file