Commit fb11a08
committed
feat(theme): rebrand to wellpunk-{dark,light} + indigo accent + sync hardening
Rename vantablack/white themes to wellpunk-{dark,light} across every
component (hypr, kitty, walker, waybar, tmux, fzf, zsh, bat, git,
Kvantum, pi, backgrounds, tests, docs). Add indigo accent (#6366f1 dark
/ #4f46e5 light, matching wellpunk.dev) on the 10% high-signal surfaces
only: tmux active window, kitty cursor/active tab, walker selection,
fzf pointer/prompt, p10k VCS, waybar accent, hyprland active border,
mako border, and nvim keywords/functions/cursor line via a new
accent.lua autocmd. Mako font unified with the rest of the bar surface
(JetBrains Mono Nerd Font).
Extend setup/lib/dotfiles_manifest.sh to cover everything the runtime
orchestrator depends on: hypr config files + scripts (with chmod_exec),
kitty, walker, waybar, wpaperd, rofi, tofi, Kvantum, per-theme
backgrounds, fzf/tmux theme dirs. Before this, those paths were copied
only by setup/ArchHypr/apps.sh during full install, so any re-sync left
~/.config/ behind the repo — that's how wpaperd-set.sh never made it
out and silently broke wallpaper switching after the rename. apps.sh
now only does OS-level work (packages, dunst mask, bat theme).
copy_dots.sh respects current-theme on re-runs instead of forcing
wellpunk-dark.
Introduce a non-destructive shim action for files installers tend to
append to (~/.zshrc, ~/.gitconfig). The manifest installs a small file
that sources the curated repo config and preserves any lines below —
mise, fnm, atuin, fzf, gh auth setup-git, etc. now survive sync.
Disown backgrounded walker/waybar jobs in theme_orchestrator so the
script returns cleanly instead of trailing Terminated messages.1 parent e4a7b5e commit fb11a08
47 files changed
Lines changed: 363 additions & 179 deletions
File tree
- config
- Kvantum/themes
- bat/themes
- fzf/themes
- git/themes
- hypr
- backgrounds
- wellpunk-dark
- wellpunk-light
- scripts
- themes
- kitty/themes
- mako
- nvim/lua/plugins
- pi
- agent/themes
- tmux/themes
- walker
- themes
- wellpunk-dark
- wellpunk-light
- waybar/themes
- wpaperd
- zsh/themes
- setup
- ArchHypr
- lib
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
File renamed without changes.
File renamed without changes.
0 commit comments