mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
392 B
CSS
21 lines
392 B
CSS
|
/* Humanoid dark by Thomas (tasmo) Friese */
|
||
|
|
||
|
:root {
|
||
|
--base00: #232629;
|
||
|
--base01: #333b3d;
|
||
|
--base02: #484e54;
|
||
|
--base03: #60615d;
|
||
|
--base04: #c0c0bd;
|
||
|
--base05: #f8f8f2;
|
||
|
--base06: #fcfcf6;
|
||
|
--base07: #fcfcfc;
|
||
|
--base08: #f11235;
|
||
|
--base09: #ff9505;
|
||
|
--base0A: #ffb627;
|
||
|
--base0B: #02d849;
|
||
|
--base0C: #0dd9d6;
|
||
|
--base0D: #00a6fb;
|
||
|
--base0E: #f15ee3;
|
||
|
--base0F: #b27701;
|
||
|
}
|