removed 256colour colours from status bar
This commit is contained in:
parent
09fd3a534b
commit
fb1e0013ac
2 changed files with 7 additions and 7 deletions
|
|
@ -33,14 +33,14 @@ tmux_conf_new_pane_retain_current_path=true
|
||||||
set -g window-status-separator ''
|
set -g window-status-separator ''
|
||||||
|
|
||||||
set -g @ssh_auto_rename_window off
|
set -g @ssh_auto_rename_window off
|
||||||
set -g status-style 'fg=colour250,bg=colour0'
|
set -g status-style ''
|
||||||
|
|
||||||
set-window-option -g status-left "#{?client_prefix,#[bg=coolour250]#[bg=colour34 fg=colour255],} #S "
|
set-window-option -g status-left "#[bg=green, fg=black]#{?client_prefix,#[bg=black fg=green]#[bg=yellow fg=black],} #S "
|
||||||
set-window-option -g status-right "#(~/fmux/tmux-right.sh)"
|
set-window-option -g status-right "#(~/fmux/tmux-right.sh)"
|
||||||
|
|
||||||
set-window-option -g window-status-style "fg=colour250,bg=colour237"
|
set-window-option -g window-status-style "fg=white"
|
||||||
set-window-option -g window-status-current-style "fg=colour255,bg=colour34"
|
set-window-option -g window-status-current-style "fg=black,bg=green"
|
||||||
set-window-option -g window-status-bell-style "fg=colour160,bg=colour237"
|
set-window-option -g window-status-bell-style "fg=yellow"
|
||||||
set-window-option -g window-status-activity-style "fg=colour34,bg=colour237"
|
set-window-option -g window-status-activity-style "fg=blue"
|
||||||
set-window-option -g window-status-format ' #I #W '
|
set-window-option -g window-status-format ' #I #W '
|
||||||
set-window-option -g window-status-current-format ' #I #W '
|
set-window-option -g window-status-current-format ' #I #W '
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ HOST=$(hostname -s)
|
||||||
UTC=$(date -u +"%H:%M")
|
UTC=$(date -u +"%H:%M")
|
||||||
STRING_UP=$(echo "↑ $UP")
|
STRING_UP=$(echo "↑ $UP")
|
||||||
STRING_GMT=$(echo "UTC $UTC")
|
STRING_GMT=$(echo "UTC $UTC")
|
||||||
echo '#[fg=colour249, bg=colour237] #('echo $STRING_GMT') #[fg=colour34, bg=colour237] #('echo $STRING_UP') #[fg=colour255 bg=colour34] #('echo $HOST') '
|
echo '#('echo $STRING_GMT') #[fg=green] #('echo $STRING_UP') #[fg=black bg=green] #('echo $HOST') '
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue