mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
391 B
CSS
21 lines
391 B
CSS
/* Equilibrium Gray Dark by Carlo Abelli */
|
|
|
|
:root {
|
|
--base00: #111111;
|
|
--base01: #1b1b1b;
|
|
--base02: #262626;
|
|
--base03: #777777;
|
|
--base04: #919191;
|
|
--base05: #ababab;
|
|
--base06: #c6c6c6;
|
|
--base07: #e2e2e2;
|
|
--base08: #f04339;
|
|
--base09: #df5923;
|
|
--base0A: #bb8801;
|
|
--base0B: #7f8b00;
|
|
--base0C: #00948b;
|
|
--base0D: #008dd1;
|
|
--base0E: #6a7fd2;
|
|
--base0F: #e3488e;
|
|
}
|