Use hex colors for tmux
This commit is contained in:
parent
15f8d6180c
commit
0abeeb013e
1 changed files with 7 additions and 8 deletions
15
.tmux.conf
15
.tmux.conf
|
|
@ -2,7 +2,6 @@
|
|||
setw -g mode-keys vi
|
||||
|
||||
set -ga terminal-overrides ",alacritty:Tc"
|
||||
|
||||
set -g default-shell /bin/bash
|
||||
|
||||
# see https://github.com/neovim/neovim/issues/2035
|
||||
|
|
@ -24,19 +23,19 @@ unbind %
|
|||
# status bar design
|
||||
set -g status-position top
|
||||
set -g status-left-length 60
|
||||
set -g status-style bg=colour253
|
||||
set -g status-right ' #[fg=colour0,bg=colour253] #(hostname) #[fg=colour0,bg=colour253] %d/%m #[fg=colour0,bg=colour253] %H:%M:%S '
|
||||
set -g status-style fg=#000000,bg=#eff0f1
|
||||
set -g status-right ' #[fg=#fffffff,bg=#3daee9] #(hostname) #[fg=#ffffff,bg=#3daee9] %d/%m #[fg=#ffffff,bg=#3daee9] %H:%M:%S '
|
||||
|
||||
# current session name
|
||||
set-window-option -g status-left '#[fg=colour0,bg=colour253] #S '
|
||||
set-window-option -g status-left '#[fg=#ffffff,bg=#3daee9] #S '
|
||||
|
||||
# current window
|
||||
set -g window-status-current-style fg=colour0,bg=colour183
|
||||
set -g window-status-current-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
||||
set -g window-status-current-style fg=#ffffff,bg=#3daee9
|
||||
set -g window-status-current-format ' #I#[fg=#ffffff] #[fg=#fffff]#W '
|
||||
|
||||
# background windows
|
||||
set -g window-status-style fg=colour0,bg=colour146
|
||||
set -g window-status-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
||||
set -g window-status-style fg=#000000,bg=#eff0f1
|
||||
set -g window-status-format ' #I#[fg=#000000] #[fg=#000000]#W '
|
||||
|
||||
# scrollback history
|
||||
set -g history-limit 10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue