mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
397 B
CSS
21 lines
397 B
CSS
/* Unikitty Dark by Josh W Lewis (@joshwlewis) */
|
|
|
|
:root {
|
|
--base00: #2e2a31;
|
|
--base01: #4a464d;
|
|
--base02: #666369;
|
|
--base03: #838085;
|
|
--base04: #9f9da2;
|
|
--base05: #bcbabe;
|
|
--base06: #d8d7da;
|
|
--base07: #f5f4f7;
|
|
--base08: #d8137f;
|
|
--base09: #d65407;
|
|
--base0A: #dc8a0e;
|
|
--base0B: #17ad98;
|
|
--base0C: #149bda;
|
|
--base0D: #796af5;
|
|
--base0E: #bb60ea;
|
|
--base0F: #c720ca;
|
|
}
|