mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
389 B
CSS
21 lines
389 B
CSS
/* Material Palenight by Nate Peterson */
|
|
|
|
:root {
|
|
--base00: #292D3E;
|
|
--base01: #444267;
|
|
--base02: #32374D;
|
|
--base03: #676E95;
|
|
--base04: #8796B0;
|
|
--base05: #959DCB;
|
|
--base06: #959DCB;
|
|
--base07: #FFFFFF;
|
|
--base08: #F07178;
|
|
--base09: #F78C6C;
|
|
--base0A: #FFCB6B;
|
|
--base0B: #C3E88D;
|
|
--base0C: #89DDFF;
|
|
--base0D: #82AAFF;
|
|
--base0E: #C792EA;
|
|
--base0F: #FF5370;
|
|
}
|