Files
image-similarity/web/colors-default.css
mark 729071817e
continuous-integration/drone/push Build is passing
phash updates!
2026-07-04 01:10:33 +02:00

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;
}