mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
412 B
CSS
21 lines
412 B
CSS
|
/* Windows 10 by Fergus Collins (https://github.com/C-Fergus) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #0c0c0c;
|
||
|
--base01: #2f2f2f;
|
||
|
--base02: #535353;
|
||
|
--base03: #767676;
|
||
|
--base04: #b9b9b9;
|
||
|
--base05: #cccccc;
|
||
|
--base06: #dfdfdf;
|
||
|
--base07: #f2f2f2;
|
||
|
--base08: #e74856;
|
||
|
--base09: #c19c00;
|
||
|
--base0A: #f9f1a5;
|
||
|
--base0B: #16c60c;
|
||
|
--base0C: #61d6d6;
|
||
|
--base0D: #3b78ff;
|
||
|
--base0E: #b4009e;
|
||
|
--base0F: #13a10e;
|
||
|
}
|