mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
434 B
CSS
21 lines
434 B
CSS
/* Synth Midnight Terminal Light by Michaël Ball (http://github.com/michael-ball/) */
|
|
|
|
:root {
|
|
--base00: #dddfe0;
|
|
--base01: #cfd1d2;
|
|
--base02: #c1c3c4;
|
|
--base03: #a3a5a6;
|
|
--base04: #474849;
|
|
--base05: #28292a;
|
|
--base06: #1a1b1c;
|
|
--base07: #050608;
|
|
--base08: #b53b50;
|
|
--base09: #ea770d;
|
|
--base0A: #5d650c;
|
|
--base0B: #09833a;
|
|
--base0C: #0f9b96;
|
|
--base0D: #03aeff;
|
|
--base0E: #a924a1;
|
|
--base0F: #cd6320;
|
|
}
|