mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
418 B
CSS
21 lines
418 B
CSS
|
/* Atelier Cave Light by Bram de Haan (http://atelierbramdehaan.nl) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #efecf4;
|
||
|
--base01: #e2dfe7;
|
||
|
--base02: #8b8792;
|
||
|
--base03: #7e7887;
|
||
|
--base04: #655f6d;
|
||
|
--base05: #585260;
|
||
|
--base06: #26232a;
|
||
|
--base07: #19171c;
|
||
|
--base08: #be4678;
|
||
|
--base09: #aa573c;
|
||
|
--base0A: #a06e3b;
|
||
|
--base0B: #2a9292;
|
||
|
--base0C: #398bc6;
|
||
|
--base0D: #576ddb;
|
||
|
--base0E: #955ae7;
|
||
|
--base0F: #bf40bf;
|
||
|
}
|