mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
413 B
CSS
21 lines
413 B
CSS
|
/* Porple by Niek den Breeje (https://github.com/AuditeMarlow) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #292c36;
|
||
|
--base01: #333344;
|
||
|
--base02: #474160;
|
||
|
--base03: #65568a;
|
||
|
--base04: #b8b8b8;
|
||
|
--base05: #d8d8d8;
|
||
|
--base06: #e8e8e8;
|
||
|
--base07: #f8f8f8;
|
||
|
--base08: #f84547;
|
||
|
--base09: #d28e5d;
|
||
|
--base0A: #efa16b;
|
||
|
--base0B: #95c76f;
|
||
|
--base0C: #64878f;
|
||
|
--base0D: #8485ce;
|
||
|
--base0E: #b74989;
|
||
|
--base0F: #986841;
|
||
|
}
|