From 58c947fe57c5b6492906e588f9510ae30383615d Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 30 May 2023 16:47:52 -0400 Subject: routine updates --- public/css/palettes/windows-95.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 public/css/palettes/windows-95.css (limited to 'public/css/palettes/windows-95.css') diff --git a/public/css/palettes/windows-95.css b/public/css/palettes/windows-95.css new file mode 100644 index 0000000..5b44cf8 --- /dev/null +++ b/public/css/palettes/windows-95.css @@ -0,0 +1,20 @@ +/* Windows 95 by Fergus Collins (https://github.com/C-Fergus) */ + +:root { + --base00: #000000; + --base01: #1C1C1C; + --base02: #383838; + --base03: #545454; + --base04: #7e7e7e; + --base05: #a8a8a8; + --base06: #d2d2d2; + --base07: #fcfcfc; + --base08: #fc5454; + --base09: #a85400; + --base0A: #fcfc54; + --base0B: #54fc54; + --base0C: #54fcfc; + --base0D: #5454fc; + --base0E: #fc54fc; + --base0F: #00a800; +} \ No newline at end of file -- cgit v1.2.3