tmux:prefix_highlight: Invert fg,bg + red for sync
- Invert the prefix_highlight colors so that it is less obtrusive. - Use `brightred` for the background of the sync-mode indicator. This way the prefix, copy-mode and sync-mode indicators are visually differentiable.
This commit is contained in:
@@ -139,12 +139,12 @@ set -g pane-active-border-style bg=default,fg=brightyellow
|
|||||||
|
|
||||||
# Display in the status bar when the prefix was pressed, copy-mode is active, or
|
# Display in the status bar when the prefix was pressed, copy-mode is active, or
|
||||||
# `synchronize-panes` is turned on
|
# `synchronize-panes` is turned on
|
||||||
set -g @prefix_highlight_fg 'black'
|
set -g @prefix_highlight_fg 'brightyellow'
|
||||||
set -g @prefix_highlight_bg 'brightyellow'
|
set -g @prefix_highlight_bg 'default'
|
||||||
set -g @prefix_highlight_show_copy_mode 'on'
|
set -g @prefix_highlight_show_copy_mode 'on'
|
||||||
set -g @prefix_highlight_show_sync_mode 'on'
|
set -g @prefix_highlight_show_sync_mode 'on'
|
||||||
set -g @prefix_highlight_copy_mode_attr 'fg=black,bg=brightyellow'
|
set -g @prefix_highlight_copy_mode_attr 'fg=black,bg=brightyellow'
|
||||||
set -g @prefix_highlight_sync_mode_attr 'fg=black,bg=brightyellow'
|
set -g @prefix_highlight_sync_mode_attr 'fg=black,bg=brightred'
|
||||||
set -g status-right "#{prefix_highlight}"
|
set -g status-right "#{prefix_highlight}"
|
||||||
set -g status-left "#{prefix_highlight}"
|
set -g status-left "#{prefix_highlight}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user