mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
417 B
CSS
21 lines
417 B
CSS
/* Summerfruit Light by Christopher Corley (http://christop.club/) */
|
|
|
|
:root {
|
|
--base00: #FFFFFF;
|
|
--base01: #E0E0E0;
|
|
--base02: #D0D0D0;
|
|
--base03: #B0B0B0;
|
|
--base04: #000000;
|
|
--base05: #101010;
|
|
--base06: #151515;
|
|
--base07: #202020;
|
|
--base08: #FF0086;
|
|
--base09: #FD8900;
|
|
--base0A: #ABA800;
|
|
--base0B: #00C918;
|
|
--base0C: #1FAAAA;
|
|
--base0D: #3777E6;
|
|
--base0E: #AD00A1;
|
|
--base0F: #CC6633;
|
|
}
|