Unify theming — expose tmux statusline/border colours #4
Labels
No labels
bug
docs
enhancement
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pedromcaraujo/forge#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There's a
themeoption for the xterm.js colours, but the tmux statusline, window tabs, and pane borders are separately hardcoded to Tokyo Night palette indices atmodules/shell.nix:66-94(e.g.colour111,colour234).Result: a custom
themeonly half-applies — the terminal recolours but the surrounding tmux chrome stays Tokyo Night.Goal: drive the tmux colours from the same theme config (or a companion option) so a deployment themes consistently.