mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
21 lines
392 B
CSS
21 lines
392 B
CSS
/* Equilibrium Gray Light by Carlo Abelli */
|
|
|
|
:root {
|
|
--base00: #f1f1f1;
|
|
--base01: #e2e2e2;
|
|
--base02: #d4d4d4;
|
|
--base03: #777777;
|
|
--base04: #5e5e5e;
|
|
--base05: #474747;
|
|
--base06: #303030;
|
|
--base07: #1b1b1b;
|
|
--base08: #d02023;
|
|
--base09: #bf3e05;
|
|
--base0A: #9d6f00;
|
|
--base0B: #637200;
|
|
--base0C: #007a72;
|
|
--base0D: #0073b5;
|
|
--base0E: #4e66b6;
|
|
--base0F: #c42775;
|
|
}
|