mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
418 B
CSS
21 lines
418 B
CSS
|
/* Windows 10 Light by Fergus Collins (https://github.com/C-Fergus) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #f2f2f2;
|
||
|
--base01: #e5e5e5;
|
||
|
--base02: #d9d9d9;
|
||
|
--base03: #cccccc;
|
||
|
--base04: #ababab;
|
||
|
--base05: #767676;
|
||
|
--base06: #414141;
|
||
|
--base07: #0c0c0c;
|
||
|
--base08: #c50f1f;
|
||
|
--base09: #f6661e;
|
||
|
--base0A: #c19c00;
|
||
|
--base0B: #13a10e;
|
||
|
--base0C: #3a96dd;
|
||
|
--base0D: #0037da;
|
||
|
--base0E: #881798;
|
||
|
--base0F: #16c60c;
|
||
|
}
|