mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
21 lines
423 B
CSS
21 lines
423 B
CSS
/* Windows High Contrast by Fergus Collins (https://github.com/C-Fergus) */
|
|
|
|
:root {
|
|
--base00: #000000;
|
|
--base01: #1C1C1C;
|
|
--base02: #383838;
|
|
--base03: #545454;
|
|
--base04: #a2a2a2;
|
|
--base05: #c0c0c0;
|
|
--base06: #dedede;
|
|
--base07: #fcfcfc;
|
|
--base08: #fc5454;
|
|
--base09: #808000;
|
|
--base0A: #fcfc54;
|
|
--base0B: #277627;
|
|
--base0C: #54fcfc;
|
|
--base0D: #5454fc;
|
|
--base0E: #fc54fc;
|
|
--base0F: #008000;
|
|
}
|