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
|
/* darkmoss by Gabriel Avanzi (https://github.com/avanzzzi) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #171e1f;
|
||
|
--base01: #252c2d;
|
||
|
--base02: #373c3d;
|
||
|
--base03: #555e5f;
|
||
|
--base04: #818f80;
|
||
|
--base05: #c7c7a5;
|
||
|
--base06: #e3e3c8;
|
||
|
--base07: #e1eaef;
|
||
|
--base08: #ff4658;
|
||
|
--base09: #e6db74;
|
||
|
--base0A: #fdb11f;
|
||
|
--base0B: #499180;
|
||
|
--base0C: #66d9ef;
|
||
|
--base0D: #498091;
|
||
|
--base0E: #9bc0c8;
|
||
|
--base0F: #d27b53;
|
||
|
}
|