windows-95-light.css (417B)
1 /* Windows 95 Light by Fergus Collins (https://github.com/C-Fergus) */ 2 3 :root { 4 --base00: #fcfcfc; 5 --base01: #e0e0e0; 6 --base02: #c4c4c4; 7 --base03: #a8a8a8; 8 --base04: #7e7e7e; 9 --base05: #545454; 10 --base06: #2a2a2a; 11 --base07: #000000; 12 --base08: #a80000; 13 --base09: #fcfc54; 14 --base0A: #a85400; 15 --base0B: #00a800; 16 --base0C: #00a8a8; 17 --base0D: #0000a8; 18 --base0E: #a800a8; 19 --base0F: #54fc54; 20 }