feat tmux: 調整statusbar mode 顏色與字
This commit is contained in:
parent
d72a49c2db
commit
76b23842a8
@ -22,13 +22,13 @@ set -g @plugin 'aacebedo/tmux-mode-indicator'
|
|||||||
|
|
||||||
# ---- tmux-mode-indicator ----------------------------------------------------
|
# ---- tmux-mode-indicator ----------------------------------------------------
|
||||||
# prompt to display when tmux prefix key is pressed
|
# prompt to display when tmux prefix key is pressed
|
||||||
set -g @mode_indicator_prefix_prompt ' WAIT '
|
set -g @mode_indicator_prefix_prompt ' PREFIX '
|
||||||
# prompt to display when tmux is in copy mode
|
# prompt to display when tmux is in copy mode
|
||||||
set -g @mode_indicator_copy_prompt " COPY "
|
set -g @mode_indicator_copy_prompt " COPY "
|
||||||
# prompt to display when tmux has synchronized panes
|
# prompt to display when tmux has synchronized panes
|
||||||
set -g @mode_indicator_sync_prompt ' SYNC '
|
set -g @mode_indicator_sync_prompt ' SYNC '
|
||||||
# prompt to display when tmux is in normal mode
|
# prompt to display when tmux is in normal mode
|
||||||
set -g @mode_indicator_empty_prompt ' TMUX '
|
set -g @mode_indicator_empty_prompt ' TERM '
|
||||||
|
|
||||||
# add an element at the start of the indicator in <mode> mode (replace it with prefix, copy, sync or empty)
|
# add an element at the start of the indicator in <mode> mode (replace it with prefix, copy, sync or empty)
|
||||||
set -g @mode_indicator_prefix_end_prompt ''
|
set -g @mode_indicator_prefix_end_prompt ''
|
||||||
@ -37,17 +37,17 @@ set -g @mode_indicator_sync_end_prompt ''
|
|||||||
set -g @mode_indicator_empty_end_prompt ''
|
set -g @mode_indicator_empty_end_prompt ''
|
||||||
|
|
||||||
# style values for prefix prompt
|
# style values for prefix prompt
|
||||||
set -g @mode_indicator_prefix_mode_style 'bg=blue,fg=black'
|
set -g @mode_indicator_prefix_mode_style 'bg=green,fg=black'
|
||||||
# style values for copy prompt
|
# style values for copy prompt
|
||||||
set -g @mode_indicator_copy_mode_style 'bg=yellow,fg=black'
|
set -g @mode_indicator_copy_mode_style 'bg=violet,fg=black'
|
||||||
# style values for sync prompt
|
# style values for sync prompt
|
||||||
set -g @mode_indicator_sync_mode_style 'bg=red,fg=black'
|
set -g @mode_indicator_sync_mode_style 'bg=red,fg=black'
|
||||||
# style values for empty prompt
|
# style values for empty prompt
|
||||||
set -g @mode_indicator_empty_mode_style 'bg=cyan,fg=black'
|
set -g @mode_indicator_empty_mode_style 'bg=cyan,fg=black'
|
||||||
|
|
||||||
# stàle the element at the start of the indicator in <mode> mode (replace it with prefix, copy, sync or empty)
|
# stàle the element at the start of the indicator in <mode> mode (replace it with prefix, copy, sync or empty)
|
||||||
set -g @mode_indicator_prefix_mode_end_style 'fg=blue,bg=black'
|
set -g @mode_indicator_prefix_mode_end_style 'fg=green,bg=black'
|
||||||
set -g @mode_indicator_copy_mode_end_style 'fg=yellow,bg=black'
|
set -g @mode_indicator_copy_mode_end_style 'fg=violet,bg=black'
|
||||||
set -g @mode_indicator_sync_mode_end_style 'fg=red,bg=black'
|
set -g @mode_indicator_sync_mode_end_style 'fg=red,bg=black'
|
||||||
set -g @mode_indicator_empty_mode_end_style 'fg=cyan,bg=black'
|
set -g @mode_indicator_empty_mode_end_style 'fg=cyan,bg=black'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user