mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
408 B
CSS
21 lines
408 B
CSS
|
/* Gigavolt by Aidan Swope (http://github.com/Whillikers) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #202126;
|
||
|
--base01: #2d303d;
|
||
|
--base02: #5a576e;
|
||
|
--base03: #a1d2e6;
|
||
|
--base04: #cad3ff;
|
||
|
--base05: #e9e7e1;
|
||
|
--base06: #eff0f9;
|
||
|
--base07: #f2fbff;
|
||
|
--base08: #ff661a;
|
||
|
--base09: #19f988;
|
||
|
--base0A: #ffdc2d;
|
||
|
--base0B: #f2e6a9;
|
||
|
--base0C: #fb6acb;
|
||
|
--base0D: #40bfff;
|
||
|
--base0E: #ae94f9;
|
||
|
--base0F: #6187ff;
|
||
|
}
|