style(tmux)
This commit is contained in:
parent
fe7dac8e87
commit
69ed1d93d0
@ -2,8 +2,10 @@
|
|||||||
|
|
||||||
|
|
||||||
_tmux_color_inactive_background="colour236"
|
_tmux_color_inactive_background="colour236"
|
||||||
|
_tmux_color_inactive_foreground="colour247"
|
||||||
_tmux_color_main_background="terminal"
|
_tmux_color_main_background="terminal"
|
||||||
_tmux_color_main_style="blue"
|
_tmux_color_border="colour24"
|
||||||
|
_tmux_color_menu="colour24"
|
||||||
_tmux_color_activity_style="colour239"
|
_tmux_color_activity_style="colour239"
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
@ -11,7 +13,7 @@ set -g bell-action none
|
|||||||
set -g message-style "fg=black bg=white bold"
|
set -g message-style "fg=black bg=white bold"
|
||||||
|
|
||||||
|
|
||||||
set -g mode-style "fg=default,bg=$_tmux_color_main_style"
|
set -g mode-style "fg=default,bg=$_tmux_color_menu"
|
||||||
|
|
||||||
|
|
||||||
# status style
|
# status style
|
||||||
@ -27,6 +29,8 @@ set -g window-status-current-style "bg=white,fg=black bold"
|
|||||||
set -g window-status-format "#W#{?window_flags,#{window_flags}, }"
|
set -g window-status-format "#W#{?window_flags,#{window_flags}, }"
|
||||||
set -g window-status-current-format "#W#{?window_flags,#{window_flags}, }"
|
set -g window-status-current-format "#W#{?window_flags,#{window_flags}, }"
|
||||||
set -g window-status-activity-style "bg=$_tmux_color_activity_style"
|
set -g window-status-activity-style "bg=$_tmux_color_activity_style"
|
||||||
|
set -g window-style "fg=$_tmux_color_inactive_foreground,bg=$_tmux_color_inactive_background"
|
||||||
|
set -g window-active-style "fg=$_tmux_color_main_background,bg=$_tmux_color_main_background"
|
||||||
setw -g monitor-activity on
|
setw -g monitor-activity on
|
||||||
|
|
||||||
|
|
||||||
@ -44,8 +48,5 @@ setw -g clock-mode-style 24
|
|||||||
set -g pane-border-lines double
|
set -g pane-border-lines double
|
||||||
set -g pane-border-indicators colour
|
set -g pane-border-indicators colour
|
||||||
set -g pane-border-style "bg=$_tmux_color_inactive_background"
|
set -g pane-border-style "bg=$_tmux_color_inactive_background"
|
||||||
set -g pane-active-border-style "bg=$_tmux_color_inactive_background,fg=$_tmux_color_main_style"
|
set -g pane-active-border-style "bg=$_tmux_color_inactive_background,fg=$_tmux_color_border"
|
||||||
|
|
||||||
|
|
||||||
set -g window-style "fg=colour247,bg=$_tmux_color_inactive_background"
|
|
||||||
set -g window-active-style "fg=$_tmux_color_main_background,bg=$_tmux_color_main_background"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user