tmux
tmux copied to clipboard
Adding support to customize the current window colors
Those changes enables support to customize the current window foreground and background colors
- Enabling the support to customize the current window fg/bg colors via
@dracula-current-window-colors - Enabling as well support to customize the inactive window fg/bg colors via
@dracula-window-colors
Such as:
set -g @dracula-current-window-colors '[background] [foregroud]'
Examples:
# set the background of the current window status color to `dark_purple` and the foreground to `cyan`
set -g @dracula-current-window-colors 'dark_purple cyan'
# define the inactive window background to `gray` and foreground to `pink`
set -g @dracula-window-colors 'gray pink'
Ps: This PR might have relation with the issue #128
How does this work if the values are not set?
i think this would be best implemented in #224 and closed
@ethancedwards8 do you have anything against merging this?
Once the merge conflicts are fixed I'm good with it. Thanks!
i resolved the merge conflicts, but it needs fixing. am working on it. dont merge yet :D
