mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
376 B
CSS
21 lines
376 B
CSS
|
/* Paraiso by Jan T. Sott */
|
||
|
|
||
|
:root {
|
||
|
--base00: #2f1e2e;
|
||
|
--base01: #41323f;
|
||
|
--base02: #4f424c;
|
||
|
--base03: #776e71;
|
||
|
--base04: #8d8687;
|
||
|
--base05: #a39e9b;
|
||
|
--base06: #b9b6b0;
|
||
|
--base07: #e7e9db;
|
||
|
--base08: #ef6155;
|
||
|
--base09: #f99b15;
|
||
|
--base0A: #fec418;
|
||
|
--base0B: #48b685;
|
||
|
--base0C: #5bc4bf;
|
||
|
--base0D: #06b6ef;
|
||
|
--base0E: #815ba4;
|
||
|
--base0F: #e96ba8;
|
||
|
}
|