mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
21 lines
416 B
CSS
21 lines
416 B
CSS
/* Harmonic16 Dark by Jannik Siebert (https://github.com/janniks) */
|
|
|
|
:root {
|
|
--base00: #0b1c2c;
|
|
--base01: #223b54;
|
|
--base02: #405c79;
|
|
--base03: #627e99;
|
|
--base04: #aabcce;
|
|
--base05: #cbd6e2;
|
|
--base06: #e5ebf1;
|
|
--base07: #f7f9fb;
|
|
--base08: #bf8b56;
|
|
--base09: #bfbf56;
|
|
--base0A: #8bbf56;
|
|
--base0B: #56bf8b;
|
|
--base0C: #568bbf;
|
|
--base0D: #8b56bf;
|
|
--base0E: #bf568b;
|
|
--base0F: #bf5656;
|
|
}
|