mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
412 B
CSS
21 lines
412 B
CSS
|
/* Atelier Dune by Bram de Haan (http://atelierbramdehaan.nl) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #20201d;
|
||
|
--base01: #292824;
|
||
|
--base02: #6e6b5e;
|
||
|
--base03: #7d7a68;
|
||
|
--base04: #999580;
|
||
|
--base05: #a6a28c;
|
||
|
--base06: #e8e4cf;
|
||
|
--base07: #fefbec;
|
||
|
--base08: #d73737;
|
||
|
--base09: #b65611;
|
||
|
--base0A: #ae9513;
|
||
|
--base0B: #60ac39;
|
||
|
--base0C: #1fad83;
|
||
|
--base0D: #6684e1;
|
||
|
--base0E: #b854d4;
|
||
|
--base0F: #d43552;
|
||
|
}
|