mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
410 B
CSS
21 lines
410 B
CSS
/* Darktooth by Jason Milkins (https://github.com/jasonm23) */
|
|
|
|
:root {
|
|
--base00: #1D2021;
|
|
--base01: #32302F;
|
|
--base02: #504945;
|
|
--base03: #665C54;
|
|
--base04: #928374;
|
|
--base05: #A89984;
|
|
--base06: #D5C4A1;
|
|
--base07: #FDF4C1;
|
|
--base08: #FB543F;
|
|
--base09: #FE8625;
|
|
--base0A: #FAC03B;
|
|
--base0B: #95C085;
|
|
--base0C: #8BA59B;
|
|
--base0D: #0D6678;
|
|
--base0E: #8F4673;
|
|
--base0F: #A87322;
|
|
}
|