Change tmux colorscheme to iceberg
This commit is contained in:
parent
295d7a5fef
commit
8b2ecad3ad
|
@ -6,8 +6,9 @@ bind C-x send-prefix
|
||||||
## set terminal bell
|
## set terminal bell
|
||||||
set -g bell-action any
|
set -g bell-action any
|
||||||
|
|
||||||
### update the TERM variable of terminal emulator when creating a new session or attaching a existing session
|
## Set default terminal
|
||||||
set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY TERM'
|
set -g default-terminal "xterm-kitty"
|
||||||
|
set -ga terminal-overrides ",xterm-kitty:Tc"
|
||||||
|
|
||||||
# i3 split bindings
|
# i3 split bindings
|
||||||
bind g split-window -h
|
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"
|
bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"
|
||||||
|
|
||||||
# Split
|
# 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]'
|
# Colorscheme file
|
||||||
set -g status-right '#{prefix_highlight} #[fg=white,bg=magenta] %b %d %Y #[fg=white,bg=blue] %R '
|
source-file ~/.tmux/iceberg.tmux.conf
|
||||||
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 '
|
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
Loading…
Reference in New Issue