mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
411 B
CSS
21 lines
411 B
CSS
|
/* Brush Trees by Abraham White <abelincoln.white@gmail.com> */
|
||
|
|
||
|
:root {
|
||
|
--base00: #E3EFEF;
|
||
|
--base01: #C9DBDC;
|
||
|
--base02: #B0C5C8;
|
||
|
--base03: #98AFB5;
|
||
|
--base04: #8299A1;
|
||
|
--base05: #6D828E;
|
||
|
--base06: #5A6D7A;
|
||
|
--base07: #485867;
|
||
|
--base08: #b38686;
|
||
|
--base09: #d8bba2;
|
||
|
--base0A: #aab386;
|
||
|
--base0B: #87b386;
|
||
|
--base0C: #86b3b3;
|
||
|
--base0D: #868cb3;
|
||
|
--base0E: #b386b2;
|
||
|
--base0F: #b39f9f;
|
||
|
}
|