mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
415 B
CSS
21 lines
415 B
CSS
|
/* Atelier Seaside by Bram de Haan (http://atelierbramdehaan.nl) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #131513;
|
||
|
--base01: #242924;
|
||
|
--base02: #5e6e5e;
|
||
|
--base03: #687d68;
|
||
|
--base04: #809980;
|
||
|
--base05: #8ca68c;
|
||
|
--base06: #cfe8cf;
|
||
|
--base07: #f4fbf4;
|
||
|
--base08: #e6193c;
|
||
|
--base09: #87711d;
|
||
|
--base0A: #98981b;
|
||
|
--base0B: #29a329;
|
||
|
--base0C: #1999b3;
|
||
|
--base0D: #3d62f5;
|
||
|
--base0E: #ad2bee;
|
||
|
--base0F: #e619c3;
|
||
|
}
|