mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
21 lines
455 B
CSS
21 lines
455 B
CSS
/* Circus by Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12) */
|
|
|
|
:root {
|
|
--base00: #191919;
|
|
--base01: #202020;
|
|
--base02: #303030;
|
|
--base03: #5f5a60;
|
|
--base04: #505050;
|
|
--base05: #a7a7a7;
|
|
--base06: #808080;
|
|
--base07: #ffffff;
|
|
--base08: #dc657d;
|
|
--base09: #4bb1a7;
|
|
--base0A: #c3ba63;
|
|
--base0B: #84b97c;
|
|
--base0C: #4bb1a7;
|
|
--base0D: #639ee4;
|
|
--base0E: #b888e2;
|
|
--base0F: #b888e2;
|
|
}
|