diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -33,6 +33,21 @@ the pywal cache. GPLv2 only. See `LICENSE`. +## Changing the colour scheme + +Edit one line in `palette/roles.conf`: + + scheme = macchiato + +and run `./install.sh`. Ships with `macchiato`, `tokyo-night`, `nord` and +`dracula`; rofi, dunst, conky, waybar, kitty, Firefox and quickshell all +follow. + +A scheme is two files: `palette/<name>.conf` for the colours under the +scheme's own names, and `palette/roles-<name>.conf` saying what each is for. +Nothing else needs touching, and `bin/udt-palette --selftest` checks that a +scheme can satisfy every role before you switch to it. + ## Development Approach This project is developed using AI-assisted tools. Code is generated with the help of AI based on human-provided specifications, design decisions, and iterative feedback. |
