mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
19 lines
346 B
CSS
19 lines
346 B
CSS
:root {
|
|
--base00: #F8F4ED;
|
|
--base01: #E7E3DB;
|
|
--base02: #C7D2D4;
|
|
--base03: #A4ACA7;
|
|
--base04: #3a403b;
|
|
--base05: #2B312C;
|
|
--base06: #141714;
|
|
--base07: #090a09;
|
|
--base08: #EE3F4D;
|
|
--base09: #12AA9C;
|
|
--base0A: #619AC3;
|
|
--base0B: #41AE3C;
|
|
--base0C: #983680;
|
|
--base0D: #B78D12;
|
|
--base0E: #FC7930;
|
|
--base0F: #CC5595;
|
|
}
|