mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
404 B
CSS
21 lines
404 B
CSS
|
/* Shapeshifter by Tyler Benziger (http://tybenz.com) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #f9f9f9;
|
||
|
--base01: #e0e0e0;
|
||
|
--base02: #ababab;
|
||
|
--base03: #555555;
|
||
|
--base04: #343434;
|
||
|
--base05: #102015;
|
||
|
--base06: #040404;
|
||
|
--base07: #000000;
|
||
|
--base08: #e92f2f;
|
||
|
--base09: #e09448;
|
||
|
--base0A: #dddd13;
|
||
|
--base0B: #0ed839;
|
||
|
--base0C: #23edda;
|
||
|
--base0D: #3b48e3;
|
||
|
--base0E: #f996e2;
|
||
|
--base0F: #69542d;
|
||
|
}
|