tmux colors
This commit is contained in:
parent
709c0417a8
commit
8b5c9ef530
57
tmux.conf
57
tmux.conf
@ -1,11 +1,19 @@
|
||||
### CONFIG
|
||||
set -g status-left '[#S]'
|
||||
set -g status-right "#(hostname | cut -d. -f 1): #(uptime | awk -F 'averag[a-z]*: ' '{print $2}')"
|
||||
set -g default-terminal "screen-256color"
|
||||
#
|
||||
set -g base-index 1
|
||||
set -g renumber-windows on
|
||||
set -g set-titles on
|
||||
set -g set-titles-string "tmux:#I [ #W ]"
|
||||
setw -g aggressive-resize on
|
||||
setw -g automatic-rename on
|
||||
|
||||
### UNDBIND
|
||||
unbind-key S
|
||||
### BINDS
|
||||
|
||||
#
|
||||
set -g prefix C-a
|
||||
|
||||
bind a send-prefix
|
||||
bind ^X lock-server
|
||||
bind x lock-server
|
||||
@ -29,38 +37,11 @@ bind k kill-window
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
|
||||
### UNDBIND
|
||||
unbind-key S
|
||||
|
||||
# --- colors (solarized dark)
|
||||
# default statusbar colors
|
||||
set -g status-bg black
|
||||
set -g status-fg yellow
|
||||
set -g status-attr default
|
||||
|
||||
# default window title colors
|
||||
setw -g window-status-fg brightblue
|
||||
setw -g window-status-bg default
|
||||
|
||||
# active window title colors
|
||||
setw -g window-status-current-fg yellow
|
||||
setw -g window-status-current-bg default
|
||||
setw -g window-status-current-attr dim
|
||||
|
||||
# pane border
|
||||
set -g pane-border-fg black
|
||||
set -g pane-border-bg default
|
||||
set -g pane-active-border-fg yellow
|
||||
set -g pane-active-border-bg default
|
||||
|
||||
# command line/message text
|
||||
set -g message-bg black
|
||||
set -g message-fg yellow
|
||||
|
||||
# pane number display
|
||||
set -g display-panes-active-colour yellow
|
||||
set -g display-panes-colour brightblue
|
||||
|
||||
# clock
|
||||
setw -g clock-mode-colour yellow
|
||||
# --- end colors
|
||||
### COLORS
|
||||
set -g status-bg "#303030" # monokai-bg+2
|
||||
set -g status-fg "#F5F5F5" # monokai-fg
|
||||
set-window-option -g window-status-fg "#8b8970" # monokai-fg-1
|
||||
set-window-option -g window-status-bg "#303030" # monokai-bg+2
|
||||
set-window-option -g window-status-attr dim
|
||||
set-window-option -g window-status-current-fg "#87D700" # monokai-green
|
||||
set-window-option -g window-status-current-bg "#303030" # monokai-bg+2
|
||||
|
Loading…
Reference in New Issue
Block a user