mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
429 B
CSS
21 lines
429 B
CSS
|
/* Windows High Contrast Light by Fergus Collins (https://github.com/C-Fergus) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #fcfcfc;
|
||
|
--base01: #e8e8e8;
|
||
|
--base02: #d4d4d4;
|
||
|
--base03: #c0c0c0;
|
||
|
--base04: #7e7e7e;
|
||
|
--base05: #545454;
|
||
|
--base06: #2a2a2a;
|
||
|
--base07: #000000;
|
||
|
--base08: #800000;
|
||
|
--base09: #f6661e;
|
||
|
--base0A: #808000;
|
||
|
--base0B: #008000;
|
||
|
--base0C: #008080;
|
||
|
--base0D: #000080;
|
||
|
--base0E: #800080;
|
||
|
--base0F: #277627;
|
||
|
}
|