Change some more colors

This commit is contained in:
Marco Thomas
2020-09-09 23:16:31 +02:00
parent d33ea9bc1b
commit 37523a52f8
15 changed files with 160 additions and 270 deletions

View File

@@ -16,17 +16,20 @@ set-option -g mouse on
set -g base-index 1
setw -g pane-base-index 1
# reload bind
bind-key r source-file ~/.tmux.conf
# status bar
set -g status-bg black
set -g status-bg default
set -g status-fg white
set -g status-right '%Y.%m.%d %H:%M'
# Remove Bar Asteriks
setw -g window-status-current-format '<#{?window_zoomed_flag,#[fg=red],}#I:#W#{?window_zoomed_flag,#[fg=red],}>'
setw -g window-status-format '#I:#W'
set -g status-left ''
set -g status-right '#(date) [#S]'
set -g status-right '%H:%M - %d.%m.%Y [session #S on #h]'
set -g status-right-length 120
set-window-option -g window-status-current-style fg=green,bg=default
set-window-option -g window-status-activity-style fg=brightred