mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
385 B
CSS
21 lines
385 B
CSS
|
/* Primer Dark Dimmed by Jimmy Lin */
|
||
|
|
||
|
:root {
|
||
|
--base00: #1c2128;
|
||
|
--base01: #373e47;
|
||
|
--base02: #444c56;
|
||
|
--base03: #545d68;
|
||
|
--base04: #768390;
|
||
|
--base05: #909dab;
|
||
|
--base06: #adbac7;
|
||
|
--base07: #cdd9e5;
|
||
|
--base08: #f47067;
|
||
|
--base09: #e0823d;
|
||
|
--base0A: #c69026;
|
||
|
--base0B: #57ab5a;
|
||
|
--base0C: #96d0ff;
|
||
|
--base0D: #539bf5;
|
||
|
--base0E: #e275ad;
|
||
|
--base0F: #ae5622;
|
||
|
}
|