mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
21 lines
401 B
CSS
21 lines
401 B
CSS
|
/* pinky by Benjamin (https://github.com/b3nj5m1n) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #171517;
|
||
|
--base01: #1b181b;
|
||
|
--base02: #1d1b1d;
|
||
|
--base03: #383338;
|
||
|
--base04: #e7dbdb;
|
||
|
--base05: #f5f5f5;
|
||
|
--base06: #ffffff;
|
||
|
--base07: #f7f3f7;
|
||
|
--base08: #ffa600;
|
||
|
--base09: #00ff66;
|
||
|
--base0A: #20df6c;
|
||
|
--base0B: #ff0066;
|
||
|
--base0C: #6600ff;
|
||
|
--base0D: #00ffff;
|
||
|
--base0E: #007fff;
|
||
|
--base0F: #df206c;
|
||
|
}
|