Skip to content

Commit 67b14a5

Browse files
committed
Add base16-solarized theme
This theme is a 256 color variant and it uses the color codes of the base16-solarized (256 color) terminal/shell theme: https://github.com/chriskempson/base16 https://github.com/chriskempson/base16-shell It is based on the original tmux-colors-solarized light theme with some color codes changed (to map solarized base2, base00, orange, base1). In fact, this theme may be used in combination with any base16 256 color terminal/shell theme. But it will probably look a bit 'burnt' (i.e. solarized). It better matches the base16-solarized-light and base16-solarized-dark terminal/shell color themes.
1 parent c84905c commit 67b14a5

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

tmuxcolors-base16.conf

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
#### COLOUR (base16-solarized)
2+
3+
# default statusbar colors
4+
set-option -g status-bg colour18 #base2
5+
set-option -g status-fg yellow #yellow
6+
set-option -g status-attr default
7+
8+
# default window title colors
9+
set-window-option -g window-status-fg colour20 #base00
10+
set-window-option -g window-status-bg default
11+
#set-window-option -g window-status-attr dim
12+
13+
# active window title colors
14+
set-window-option -g window-status-current-fg colour16 #orange
15+
set-window-option -g window-status-current-bg default
16+
#set-window-option -g window-status-current-attr bright
17+
18+
# pane border
19+
set-option -g pane-border-fg colour18 #base2
20+
set-option -g pane-active-border-fg colour19 #base1
21+
22+
# message text
23+
set-option -g message-bg colour18 #base2
24+
set-option -g message-fg colour16 #orange
25+
26+
# pane number display
27+
set-option -g display-panes-active-colour blue #blue
28+
set-option -g display-panes-colour colour16 #orange
29+
30+
# clock
31+
set-window-option -g clock-mode-colour green #green
32+
33+
# bell
34+
set-window-option -g window-status-bell-style fg=colour18,bg=red #base2, red

0 commit comments

Comments
 (0)