Skip to content

Instantly share code, notes, and snippets.

@rezwyi
Last active December 11, 2015 19:28
Show Gist options
  • Save rezwyi/4648456 to your computer and use it in GitHub Desktop.
Save rezwyi/4648456 to your computer and use it in GitHub Desktop.
Solarized (light) theme for tmux
# default statusbar colors
set-option -g status-bg white #base2
set-option -g status-fg yellow #yellow
set-option -g status-attr default
# default window title colors
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
# 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 white #base2
set-option -g pane-active-border-fg brightcyan #base1
# message text
set-option -g message-bg white #base2
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment