[tmux] update colors

This commit is contained in:
Marco Thomas
2022-12-08 13:52:55 +01:00
parent 70fc17cd4d
commit 796ce94075

View File

@@ -76,21 +76,24 @@ set-option -g set-titles on
set-option -g set-titles-string "#H: #W"
########## Styling ##########
set -g pane-border-indicators arrows
set -g pane-border-lines simple
# generated using https://github.com/edkolev/tmuxline.vim
set -g status-position top
set -g status-justify "left"
set -g status "on"
set -g message-command-style "fg=#829181,bg=#e9e8d2"
set -g message-command-style "fg=#829181,bg=#FDF6E3"
set -g pane-active-border-style "fg=#93b259"
set -g status-style "none,bg=#FFF9E8"
set -g message-style "fg=#829181,bg=#e9e8d2"
set -g status-style "none,bg=#FDF6E3"
set -g message-style "fg=#829181,bg=#FDF6E3"
set -g pane-border-style "fg=#e9e8d2"
set -g status-right-length "100"
set -g status-left-length "100"
setw -g window-status-activity-style "none,fg=#93b259,bg=#FFF9E8"
setw -g window-status-style "none,fg=#939f91,bg=#FFF9E8"
setw -g window-status-activity-style "none,fg=#93b259,bg=#FDF6E3"
setw -g window-status-style "none,fg=#939f91,bg=#FDF6E3"
set -g status-left ""
# show battery only on laptop
if-shell "[ `hostname` = 'itomori' ]" 'set -g status-right "#[fg=#939f91,bg=#FFF9E8] #H @ #S | #(cat /sys/class/power_supply/BAT1/capacity)% | %H:%M"' 'set -g status-right "#[fg=#939f91,bg=#FFF9E8] #H @ #S | %H:%M"'
setw -g window-status-format "#[default][#I  #W]"
if-shell "[ `hostname` = 'itomori' ]" 'set -g status-right "#[fg=#939f91,bg=#FDF6E3] #H @ #S | #(cat /sys/class/power_supply/BAT1/capacity)% | %H:%M"' 'set -g status-right "#[fg=#939f91,bg=#FFF9E8] #H @ #S | %H:%M"'
setw -g window-status-format "#[bg=#FDF6E3][#I  #W]"
setw -g window-status-current-format "#[fg=#93b259,bold][#I  #W]"