mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
21 lines
398 B
CSS
21 lines
398 B
CSS
/* Unikitty Light by Josh W Lewis (@joshwlewis) */
|
|
|
|
:root {
|
|
--base00: #ffffff;
|
|
--base01: #e1e1e2;
|
|
--base02: #c4c3c5;
|
|
--base03: #a7a5a8;
|
|
--base04: #89878b;
|
|
--base05: #6c696e;
|
|
--base06: #4f4b51;
|
|
--base07: #322d34;
|
|
--base08: #d8137f;
|
|
--base09: #d65407;
|
|
--base0A: #dc8a0e;
|
|
--base0B: #17ad98;
|
|
--base0C: #149bda;
|
|
--base0D: #775dff;
|
|
--base0E: #aa17e6;
|
|
--base0F: #e013d0;
|
|
}
|