mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
21 lines
395 B
CSS
21 lines
395 B
CSS
|
/* Atlas by Alex Lende (https://ajlende.com) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #002635;
|
||
|
--base01: #00384d;
|
||
|
--base02: #517F8D;
|
||
|
--base03: #6C8B91;
|
||
|
--base04: #869696;
|
||
|
--base05: #a1a19a;
|
||
|
--base06: #e6e6dc;
|
||
|
--base07: #fafaf8;
|
||
|
--base08: #ff5a67;
|
||
|
--base09: #f08e48;
|
||
|
--base0A: #ffcc1b;
|
||
|
--base0B: #7fc06e;
|
||
|
--base0C: #14747e;
|
||
|
--base0D: #5dd7b9;
|
||
|
--base0E: #9a70a4;
|
||
|
--base0F: #c43060;
|
||
|
}
|