New colors
This commit is contained in:
parent
226a91e5a6
commit
15281bd411
3 changed files with 106 additions and 27 deletions
|
|
@ -7,13 +7,9 @@ unbind %
|
|||
# reload config file (change file location to your the tmux.conf you want to use)
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
# Panes
|
||||
set -g pane-border-fg black
|
||||
set -g pane-active-border-fg blue
|
||||
|
||||
## Status bar design
|
||||
set -g status-position bottom
|
||||
set -g status-bg colour24
|
||||
set -g status-bg colour239
|
||||
set -g status-attr dim
|
||||
set -g status-right '#[fg=colour233,bg=colour102,bold] %d/%m #[fg=colour233,bg=colour102,bold] %H:%M:%S '
|
||||
set -g status-right-length 50
|
||||
|
|
@ -30,7 +26,8 @@ setw -g window-status-current-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
|||
|
||||
# Background windows
|
||||
setw -g window-status-fg colour0
|
||||
setw -g window-status-bg colour10
|
||||
setw -g window-status-bg colour240
|
||||
|
||||
setw -g window-status-attr none
|
||||
setw -g window-status-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
||||
|
||||
|
|
@ -38,6 +35,6 @@ setw -g window-status-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
|||
set -g mouse on
|
||||
|
||||
# Terminal colors
|
||||
set -g default-terminal "xterm-256color"
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
set-option -ga update-environment ' DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue