mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
19 lines
346 B
CSS
19 lines
346 B
CSS
|
:root {
|
||
|
--base00: #fafafa;
|
||
|
--base01: #f0f0f1;
|
||
|
--base02: #e5e5e6;
|
||
|
--base03: #a0a1a7;
|
||
|
--base04: #696c77;
|
||
|
--base05: #383a42;
|
||
|
--base06: #202227;
|
||
|
--base07: #090a0b;
|
||
|
--base08: #9A394F;
|
||
|
--base09: #8E615F;
|
||
|
--base0A: #5A6940;
|
||
|
--base0B: #306754;
|
||
|
--base0C: #005A8D;
|
||
|
--base0D: #395DB2;
|
||
|
--base0E: #5F549B;
|
||
|
--base0F: #A03C6D;
|
||
|
}
|