changed tmux colors to 256 colors for comaptibility with aws ssm
This commit is contained in:
parent
074b01085a
commit
1d254adcfe
@ -1,6 +1,6 @@
|
||||
##### Enable true colors #####
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ga terminal-overrides ",*256col*:Tc"
|
||||
set -ga terminal-overrides ",*256col*:RGB"
|
||||
|
||||
##### Leader Key #####
|
||||
unbind C-b
|
||||
@ -21,12 +21,11 @@ set-option -g status on
|
||||
set-option -g status-position top
|
||||
set -g status-style 'bg=#3C3836,fg=#DDC7A1'
|
||||
set-option -g status-left '#[fg=colour233,bg=#89B482] #S '
|
||||
set -g status-left-length 50
|
||||
set-option -g status-right '#[fg=colour233,bg=colour241,bold] %H:%M #[fg=#45403D,bg=#FE8019,bold] #h'
|
||||
set -g status-right-length 50
|
||||
set-option -g status-right '#[fg=colour256,bg=colour240,bold] %H:%M #[fg=#45403D,bg=colour214,bold] #h '
|
||||
set -g status-justify centre
|
||||
|
||||
set -g window-status-format " #I:#W "
|
||||
set -g window-status-current-format "#[fg=#3C3836, bg=#D8A657, italics, bold] #I:#W "
|
||||
set -g window-status-current-format "#[fg=#3C3836, bg=colour179, italics, bold] #I:#W "
|
||||
|
||||
##### Pane Borders #####
|
||||
set -g pane-border-style fg=#DDC7A1
|
||||
|
Loading…
x
Reference in New Issue
Block a user