windows-95.css (411B)
1 /* Windows 95 by Fergus Collins (https://github.com/C-Fergus) */ 2 3 :root { 4 --base00: #000000; 5 --base01: #1C1C1C; 6 --base02: #383838; 7 --base03: #545454; 8 --base04: #7e7e7e; 9 --base05: #a8a8a8; 10 --base06: #d2d2d2; 11 --base07: #fcfcfc; 12 --base08: #fc5454; 13 --base09: #a85400; 14 --base0A: #fcfc54; 15 --base0B: #54fc54; 16 --base0C: #54fcfc; 17 --base0D: #5454fc; 18 --base0E: #fc54fc; 19 --base0F: #00a800; 20 }