more green
This commit is contained in:
parent
1a48f6923e
commit
6718ba7716
1 changed files with 9 additions and 9 deletions
18
tmux.conf
18
tmux.conf
|
@ -46,16 +46,16 @@ bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection c
|
|||
bind -r S run-shell "tmux new-window ~/.config/tmux/tmux-sessionizer"
|
||||
|
||||
set -g pane-border-indicators colour
|
||||
set -g pane-active-border-style fg="#dbbc7f",bg=default
|
||||
set -g pane-border-style fg="#1d2021",bg=default
|
||||
set -g pane-active-border-style fg="#a7c080",bg=default
|
||||
set -g pane-border-style fg="#1e2326",bg=default
|
||||
set -g pane-border-lines single
|
||||
|
||||
set -g popup-border-style fg="#dbbc7f",bg=default
|
||||
set -g popup-border-style fg="#a7c080",bg=default
|
||||
set -g popup-border-lines rounded
|
||||
|
||||
set -g clock-mode-colour "#dfa000"
|
||||
set -g clock-mode-colour "#a7c080"
|
||||
|
||||
set -g display-panes-active-colour "#dbbc7f"
|
||||
set -g display-panes-active-colour "#a7c080"
|
||||
set -g display-panes-time 10000
|
||||
|
||||
set -g window-size largest
|
||||
|
@ -65,13 +65,13 @@ set -g base-index 1
|
|||
setw -g pane-base-index 1
|
||||
|
||||
set -g status-position bottom
|
||||
set -g status-style bg="#1d2021",fg="#d3c6aa",bold
|
||||
set -g status-style bg="#1e2326",fg="#d3c6aa",bold
|
||||
set -g status-keys vi
|
||||
set -g status-left-length 100
|
||||
# set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#dfa000]#[bold] PREFIX ,}'
|
||||
set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#dfa000]#[bold] ,}'
|
||||
set -wg window-status-current-style bg="#dfa000",fg="#1d2021"
|
||||
set -wg mode-style bg="#a7c080",fg="#1d2021"
|
||||
set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#a7c080]#[bold] ,}'
|
||||
set -wg window-status-current-style bg="#a7c080",fg="#1e2326"
|
||||
set -wg mode-style bg="#a7c080",fg="#1e2326"
|
||||
|
||||
set -g cursor-style blinking-underline
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue