Tmux colors.
This commit is contained in:
parent
4658572e06
commit
d96f0e2de3
3 changed files with 34 additions and 38 deletions
68
tmux.conf
68
tmux.conf
|
@ -32,39 +32,35 @@ bind - split-window -v
|
|||
### UNDBIND
|
||||
unbind-key S
|
||||
|
||||
### COLORS
|
||||
|
||||
## Solarized dark
|
||||
set-option -g status-bg black #base02
|
||||
set-option -g status-fg yellow #yellow
|
||||
set-option -g status-attr default
|
||||
set-window-option -g window-status-fg brightblue #base0
|
||||
set-window-option -g window-status-bg default
|
||||
#set-window-option -g window-status-attr dim
|
||||
set-window-option -g window-status-current-fg brightred #orange
|
||||
set-window-option -g window-status-current-bg default
|
||||
set-option -g pane-border-fg black #base02
|
||||
set-option -g pane-active-border-fg brightgreen #base01
|
||||
set-option -g message-bg black #base02
|
||||
set-option -g message-fg brightred #orange
|
||||
set-option -g display-panes-active-colour blue #blue
|
||||
set-option -g display-panes-colour brightred #orange
|
||||
set-window-option -g clock-mode-colour green #green
|
||||
|
||||
|
||||
## Solarized light
|
||||
#set-option -g status-bg white #base2
|
||||
#set-option -g status-fg yellow #yellow
|
||||
#set-option -g status-attr default
|
||||
#set-window-option -g window-status-fg brightyellow #base00
|
||||
#set-window-option -g window-status-bg default
|
||||
##set-window-option -g window-status-attr dim
|
||||
#set-window-option -g window-status-current-fg brightred #orange
|
||||
#set-window-option -g window-status-current-bg default
|
||||
#set-option -g pane-border-fg white #base2
|
||||
#set-option -g pane-active-border-fg brightcyan #base1
|
||||
#set-option -g message-bg white #base2
|
||||
#set-option -g message-fg brightred #orange
|
||||
#set-option -g display-panes-active-colour blue #blue
|
||||
#set-option -g display-panes-colour brightred #orange
|
||||
#set-window-option -g clock-mode-colour green #green
|
||||
# --- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue