2021-09-13 01:06:53 +02:00
|
|
|
:root {
|
|
|
|
/* Special */
|
|
|
|
--background: #eee;
|
2021-10-15 00:56:41 +02:00
|
|
|
--background-alt: #ccc;
|
2021-09-13 01:06:53 +02:00
|
|
|
--foreground: #222;
|
|
|
|
--foreground-inactive: #777;
|
2021-09-19 23:54:55 +02:00
|
|
|
--accent: lightpink;
|
2021-09-13 01:06:53 +02:00
|
|
|
|
|
|
|
/* Colors */
|
|
|
|
--color0: #0000ff;
|
|
|
|
--color1: #00ff00;
|
|
|
|
--color2: #ff0000;
|
|
|
|
--color3: #ff00ff;
|
|
|
|
--color4: #ffff00;
|
|
|
|
--color5: #00ffff;
|
|
|
|
}
|