tmux: Tweak theme by using *bright*yellow
Change all styles that used yellow to brightyellow and use 'default' instead of black as background where appropriate to not mess up a transparent terminal background.
This commit is contained in:
@@ -98,12 +98,16 @@ set -g @resurrect-strategy-vim 'session'
|
|||||||
set -g @resurrect-strategy-nvim 'session'
|
set -g @resurrect-strategy-nvim 'session'
|
||||||
|
|
||||||
## Theming (inspired by https://github.com/Who23/dots/blob/21976e76644d8d9261ebdcf61733d2181a1612eb/tmux.conf)
|
## Theming (inspired by https://github.com/Who23/dots/blob/21976e76644d8d9261ebdcf61733d2181a1612eb/tmux.conf)
|
||||||
set -g status-bg black
|
set -g status-style bg=default,fg=white
|
||||||
set -g status-fg white
|
set -g message-command-style bg=default,fg=brightyellow
|
||||||
|
set -g message-style bg=brightyellow,fg=black
|
||||||
|
set -g mode-style bg=brightyellow,fg=black
|
||||||
|
set -g pane-border-style bg=default,fg=brightblack
|
||||||
|
set -g pane-active-border-style bg=default,fg=brightyellow
|
||||||
|
|
||||||
# set -g status-right "Continuum status: #{continuum_status}"
|
# Display prefix when pressed
|
||||||
set -g @prefix_highlight_fg 'black'
|
set -g @prefix_highlight_fg 'black'
|
||||||
set -g @prefix_highlight_bg 'yellow'
|
set -g @prefix_highlight_bg 'brightyellow'
|
||||||
set -g @prefix_highlight_output_prefix ' '
|
set -g @prefix_highlight_output_prefix ' '
|
||||||
set -g @prefix_highlight_output_suffix ' '
|
set -g @prefix_highlight_output_suffix ' '
|
||||||
set -g status-right "#{prefix_highlight}"
|
set -g status-right "#{prefix_highlight}"
|
||||||
|
|||||||
Reference in New Issue
Block a user