dotfiles: update vim, bash, tmux
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
set -g base-index 1
|
||||
|
||||
# Set the base index for panes to 1 instead of 0.
|
||||
setw -g pane-base-index 1
|
||||
set -g pane-base-index 1
|
||||
|
||||
# Vi-mode
|
||||
set -g mode-keys vi
|
||||
@@ -17,23 +17,11 @@ set -g visual-activity off
|
||||
set -g renumber-windows on
|
||||
|
||||
# => Theme
|
||||
set -g status-bg black
|
||||
set -g status-fg white
|
||||
set -g window-status-current-bg white
|
||||
set -g window-status-current-fg black
|
||||
set -g window-status-current-attr bold
|
||||
|
||||
# Default window title colors
|
||||
setw -g window-status-fg colour244 #base0
|
||||
setw -g window-status-bg default
|
||||
|
||||
# Active window title colors
|
||||
setw -g window-status-current-fg colour166 #orange
|
||||
setw -g window-status-current-bg default
|
||||
|
||||
# Message text
|
||||
set -g message-bg colour235 #base02
|
||||
set -g message-fg colour166 #orange
|
||||
set -g status-style fg=white,bg=black
|
||||
set -g window-status-current-style fg=black,bg=white,bold
|
||||
set -g window-status-style fg=colour244,bg=default
|
||||
set -g window-status-current-style fg=colour166,bg=default
|
||||
set -g message-style fg=colour166,bg=colour235
|
||||
|
||||
set -g window-status-format " #W "
|
||||
set -g window-status-current-format " #W "
|
||||
|
||||
Reference in New Issue
Block a user