Change tmux colorscheme to iceberg

This commit is contained in:
coolneng 2019-11-23 02:13:12 +01:00
parent 295d7a5fef
commit 8b2ecad3ad
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 10 deletions

View File

@ -6,8 +6,9 @@ bind C-x send-prefix
## set terminal bell
set -g bell-action any
### update the TERM variable of terminal emulator when creating a new session or attaching a existing session
set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY TERM'
## Set default terminal
set -g default-terminal "xterm-kitty"
set -ga terminal-overrides ",xterm-kitty:Tc"
# i3 split bindings
bind g split-window -h
@ -68,15 +69,9 @@ bind -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "se
bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"
# Split
set -g pane-border-style fg=colour234
set -g pane-active-border-style fg=colour234
set -g status-left '#[fg=white,bg=magenta] #S #[fg=default,bg=default]'
set -g status-right '#{prefix_highlight} #[fg=white,bg=magenta] %b %d %Y #[fg=white,bg=blue] %R '
set -g status-right-length 100
set -g status-bg default
setw -g window-status-format '#[fg=cyan,bg=black] #I #[fg=cyan,bg=black] #W '
setw -g window-status-current-format '#[fg=white,bg=blue] #I #[fg=white,bg=magenta] #W '
# Colorscheme file
source-file ~/.tmux/iceberg.tmux.conf
# List of plugins
set -g @plugin 'tmux-plugins/tpm'