mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
417 B
CSS
21 lines
417 B
CSS
|
/* Horizon Dark by Michaël Ball (http://github.com/michael-ball/) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #1C1E26;
|
||
|
--base01: #232530;
|
||
|
--base02: #2E303E;
|
||
|
--base03: #6F6F70;
|
||
|
--base04: #9DA0A2;
|
||
|
--base05: #CBCED0;
|
||
|
--base06: #DCDFE4;
|
||
|
--base07: #E3E6EE;
|
||
|
--base08: #E95678;
|
||
|
--base09: #FAB795;
|
||
|
--base0A: #FAC29A;
|
||
|
--base0B: #29D398;
|
||
|
--base0C: #59E1E3;
|
||
|
--base0D: #26BBD9;
|
||
|
--base0E: #EE64AC;
|
||
|
--base0F: #F09383;
|
||
|
}
|