Set lighter main background

This commit is contained in:
gardouille 2023-08-16 09:17:11 +02:00
parent d185ebaf56
commit 48b5025d1d
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 6 additions and 5 deletions

View File

@ -3,6 +3,7 @@
# From : https://github.com/jonasjacek/colorcli
# Changes:
# * Update status-right
# * Main background lighter to mark the difference with local tmux
#
# DESIGN
#
@ -10,8 +11,8 @@
setw -g default-terminal "screen-256color"
# DESIGN: PANES
set -g pane-active-border-style fg=colour24,bg=colour250
set -g pane-border-style fg=colour250,bg=colour250
set -g pane-active-border-style fg=colour24,bg=color255
set -g pane-border-style fg=color255,bg=color255
# DESIGN: MESSAGING
set -g message-command-style fg=blue,bg=black
@ -22,7 +23,7 @@ setw -g clock-mode-colour colour135
set -g mode-style fg=colour160,bold,bg=colour238,bold
# DESIGN: STATUSBAR BOTTOM
set -g status-style fg=white,bg=colour250
set -g status-style fg=white,bg=color255
set -g status-interval 2
set -g status-position bottom
@ -48,9 +49,9 @@ set -g status-left-length 20
# items left to the tabs
set -g status-left ''
# items right to the tabs
#set -g status-right '#[fg=colour59,bg=colour250,bold] %y/%m/%d |#[fg=colour59,bg=colour250,bold] %H:%M:%S '
#set -g status-right '#[fg=colour59,bg=color255,bold] %y/%m/%d |#[fg=colour59,bg=color255,bold] %H:%M:%S '
# #(cat /proc/loadavg | cut -d " " -f 1,2,3) : CPU load
set -g status-right '#[fg=colour24,bg=colour250,bold] #H #[fg=colour59,bg=colour250,bold][ #[fg=colour232,bg=colour250,bold]#(cat /proc/loadavg | cut -d " " -f 1)#[fg=colour236,bg=colour250,bold] #(cat /proc/loadavg | cut -d " " -f 2)#[fg=colour242,bg=colour250,bold] #(cat /proc/loadavg | cut -d " " -f 3) #[fg=colour59,bg=colour250,bold]]'
set -g status-right '#[fg=colour24,bg=color255,bold] #H #[fg=colour59,bg=color255,bold][ #[fg=colour232,bg=color255,bold]#(cat /proc/loadavg | cut -d " " -f 1)#[fg=colour236,bg=color255,bold] #(cat /proc/loadavg | cut -d " " -f 2)#[fg=colour242,bg=color255,bold] #(cat /proc/loadavg | cut -d " " -f 3) #[fg=colour59,bg=color255,bold]]'
#set -g status-right ''
setw -g window-status-bell-style fg=red,bold