aboutsummaryrefslogtreecommitdiff
path: root/public/css/palettes/windows-95-light.css
blob: 70cfeeb250798246d24fb03cb231fa0d152beefd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;
}