Skip to content

Commit

Permalink
tmux: added solarized color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
helino committed Mar 13, 2014
1 parent 28698e5 commit 4803199
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,35 @@ set -g history-limit 10000

# Use xterm as TERM
set -g default-terminal "xterm"

# solarized color scheme

# default statusbar colors
set-option -g status-bg black #base02
set-option -g status-fg yellow #yellow
set-option -g status-attr default

# default window title colors
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

# active window title colors
set-window-option -g window-status-current-fg brightred #orange
set-window-option -g window-status-current-bg default
#set-window-option -g window-status-current-attr bright

# pane border
set-option -g pane-border-fg black #base02
set-option -g pane-active-border-fg brightgreen #base01

# message text
set-option -g message-bg black #base02
set-option -g message-fg brightred #orange

# pane number display
set-option -g display-panes-active-colour blue #blue
set-option -g display-panes-colour brightred #orange

# clock
set-window-option -g clock-mode-colour green #green

0 comments on commit 4803199

Please sign in to comment.