update colors
This commit is contained in:
parent
21c30d2a10
commit
7c492c063a
1 changed files with 8 additions and 8 deletions
16
tmux.conf
16
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"
|
bind -r S run-shell "tmux new-window ~/.config/tmux/tmux-sessionizer"
|
||||||
|
|
||||||
set -g pane-border-indicators colour
|
set -g pane-border-indicators colour
|
||||||
set -g pane-active-border-style fg="#d8a657",bg=default
|
set -g pane-active-border-style fg="#dbbc7f",bg=default
|
||||||
set -g pane-border-style fg="#1d2021",bg=default
|
set -g pane-border-style fg="#1d2021",bg=default
|
||||||
set -g pane-border-lines single
|
set -g pane-border-lines single
|
||||||
|
|
||||||
set -g popup-border-style fg="#d8a657",bg=default
|
set -g popup-border-style fg="#dbbc7f",bg=default
|
||||||
set -g popup-border-lines rounded
|
set -g popup-border-lines rounded
|
||||||
|
|
||||||
set -g clock-mode-colour "#fabd2f"
|
set -g clock-mode-colour "#dfa000"
|
||||||
|
|
||||||
set -g display-panes-active-colour "#d8a657"
|
set -g display-panes-active-colour "#dbbc7f"
|
||||||
set -g display-panes-time 10000
|
set -g display-panes-time 10000
|
||||||
|
|
||||||
set -g window-size largest
|
set -g window-size largest
|
||||||
|
@ -65,12 +65,12 @@ set -g base-index 1
|
||||||
setw -g pane-base-index 1
|
setw -g pane-base-index 1
|
||||||
|
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-style bg="#1d2021",fg="#d4be98",bold
|
set -g status-style bg="#1d2021",fg="#d3c6aa",bold
|
||||||
set -g status-keys vi
|
set -g status-keys vi
|
||||||
set -g status-left-length 100
|
set -g status-left-length 100
|
||||||
# set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold] PREFIX ,}'
|
# set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#dfa000]#[bold] PREFIX ,}'
|
||||||
set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold] ,}'
|
set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#dfa000]#[bold] ,}'
|
||||||
set -wg window-status-current-style bg="#d8a657",fg="#1d2021"
|
set -wg window-status-current-style bg="#dfa000",fg="#1d2021"
|
||||||
|
|
||||||
set -g cursor-style blinking-underline
|
set -g cursor-style blinking-underline
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue