11 lines
277 B
CSS
11 lines
277 B
CSS
/* Fallback palette for when the wal-generated colors.css is absent.
|
|
colors.css loads after this file and overrides everything here. */
|
|
:root {
|
|
--background: #0f1017;
|
|
--foreground: #e3e2da;
|
|
--color1: #c9a227;
|
|
--color2: #b0552f;
|
|
--color3: #97742d;
|
|
--color4: #85902c;
|
|
}
|