mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
21 lines
412 B
CSS
21 lines
412 B
CSS
|
/* Windows NT by Fergus Collins (https://github.com/C-Fergus) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #000000;
|
||
|
--base01: #2a2a2a;
|
||
|
--base02: #555555;
|
||
|
--base03: #808080;
|
||
|
--base04: #a1a1a1;
|
||
|
--base05: #c0c0c0;
|
||
|
--base06: #e0e0e0;
|
||
|
--base07: #ffffff;
|
||
|
--base08: #ff0000;
|
||
|
--base09: #808000;
|
||
|
--base0A: #ffff00;
|
||
|
--base0B: #00ff00;
|
||
|
--base0C: #00ffff;
|
||
|
--base0D: #0000ff;
|
||
|
--base0E: #ff00ff;
|
||
|
--base0F: #008000;
|
||
|
}
|