mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
421 B
CSS
21 lines
421 B
CSS
|
/* Atelier Plateau Light by Bram de Haan (http://atelierbramdehaan.nl) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #f4ecec;
|
||
|
--base01: #e7dfdf;
|
||
|
--base02: #8a8585;
|
||
|
--base03: #7e7777;
|
||
|
--base04: #655d5d;
|
||
|
--base05: #585050;
|
||
|
--base06: #292424;
|
||
|
--base07: #1b1818;
|
||
|
--base08: #ca4949;
|
||
|
--base09: #b45a3c;
|
||
|
--base0A: #a06e3b;
|
||
|
--base0B: #4b8b8b;
|
||
|
--base0C: #5485b6;
|
||
|
--base0D: #7272ca;
|
||
|
--base0E: #8464c4;
|
||
|
--base0F: #bd5187;
|
||
|
}
|