2021-09-13 01:06:53 +02:00
|
|
|
:root {
|
|
|
|
/* Special */
|
|
|
|
--background: #eee;
|
2021-12-21 01:35:20 +01:00
|
|
|
--background-alt: #b8b8b8;
|
|
|
|
--foreground: #444;
|
2021-09-13 01:06:53 +02:00
|
|
|
--foreground-inactive: #777;
|
2021-12-22 04:53:53 +01:00
|
|
|
--accent: #ff369a;
|
2021-12-21 00:03:36 +01:00
|
|
|
--clear: rgba(0,0,0,0);
|
2021-09-13 01:06:53 +02:00
|
|
|
|
|
|
|
/* Colors */
|
|
|
|
--color0: #0000ff;
|
|
|
|
--color1: #00ff00;
|
|
|
|
--color2: #ff0000;
|
|
|
|
--color3: #ff00ff;
|
|
|
|
--color4: #ffff00;
|
|
|
|
--color5: #00ffff;
|
|
|
|
}
|