mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
410 B
CSS
21 lines
410 B
CSS
|
/* Pasque by Gabriel Fontes (https://github.com/Misterio77) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #271C3A;
|
||
|
--base01: #100323;
|
||
|
--base02: #3E2D5C;
|
||
|
--base03: #5D5766;
|
||
|
--base04: #BEBCBF;
|
||
|
--base05: #DEDCDF;
|
||
|
--base06: #EDEAEF;
|
||
|
--base07: #BBAADD;
|
||
|
--base08: #A92258;
|
||
|
--base09: #918889;
|
||
|
--base0A: #804ead;
|
||
|
--base0B: #C6914B;
|
||
|
--base0C: #7263AA;
|
||
|
--base0D: #8E7DC6;
|
||
|
--base0E: #953B9D;
|
||
|
--base0F: #59325C;
|
||
|
}
|