mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
393 B
CSS
21 lines
393 B
CSS
/* Humanoid light by Thomas (tasmo) Friese */
|
|
|
|
:root {
|
|
--base00: #f8f8f2;
|
|
--base01: #efefe9;
|
|
--base02: #deded8;
|
|
--base03: #c0c0bd;
|
|
--base04: #60615d;
|
|
--base05: #232629;
|
|
--base06: #2f3337;
|
|
--base07: #070708;
|
|
--base08: #b0151a;
|
|
--base09: #ff3d00;
|
|
--base0A: #ffb627;
|
|
--base0B: #388e3c;
|
|
--base0C: #008e8e;
|
|
--base0D: #0082c9;
|
|
--base0E: #700f98;
|
|
--base0F: #b27701;
|
|
}
|