mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
21 lines
409 B
CSS
21 lines
409 B
CSS
/* IR Black by Timothée Poisot (http://timotheepoisot.fr) */
|
|
|
|
:root {
|
|
--base00: #000000;
|
|
--base01: #242422;
|
|
--base02: #484844;
|
|
--base03: #6c6c66;
|
|
--base04: #918f88;
|
|
--base05: #b5b3aa;
|
|
--base06: #d9d7cc;
|
|
--base07: #fdfbee;
|
|
--base08: #ff6c60;
|
|
--base09: #e9c062;
|
|
--base0A: #ffffb6;
|
|
--base0B: #a8ff60;
|
|
--base0C: #c6c5fe;
|
|
--base0D: #96cbfe;
|
|
--base0E: #ff73fd;
|
|
--base0F: #b18a3d;
|
|
}
|