mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
387 B
CSS
21 lines
387 B
CSS
/* Material Lighter by Nate Peterson */
|
|
|
|
:root {
|
|
--base00: #f3fcfb;
|
|
--base01: #dcf2f0;
|
|
--base02: #94ece3;
|
|
--base03: #4abcb0;
|
|
--base04: #1aae9f;
|
|
--base05: #129c8f;
|
|
--base06: #018175;
|
|
--base07: #004b44;
|
|
--base08: #FF5370;
|
|
--base09: #F76D47;
|
|
--base0A: #FFB62C;
|
|
--base0B: #91B859;
|
|
--base0C: #39ADB5;
|
|
--base0D: #6182B8;
|
|
--base0E: #7C4DFF;
|
|
--base0F: #E53935;
|
|
}
|