Skip to content

Commit 3140ca1

Browse files
committed
adding 16-color dark and light variants
1 parent 3b8441b commit 3140ca1

File tree

3 files changed

+64
-2
lines changed

3 files changed

+64
-2
lines changed

tmuxcolors.conf tmuxcolors-256.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#### COLOUR
1+
#### COLOUR (Solarized 256)
22

33
# default statusbar colors
44
set-option -g status-bg colour235 #base02
55
set-option -g status-fg colour136 #yellow
66
set-option -g status-attr default
77

88
# default window title colors
9-
set-window-option -g window-status-fg colour244
9+
set-window-option -g window-status-fg colour244 #base0
1010
set-window-option -g window-status-bg default
1111
#set-window-option -g window-status-attr dim
1212

tmuxcolors-dark.conf

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#### COLOUR (Solarized dark)
2+
3+
# default statusbar colors
4+
set-option -g status-bg black #base02
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 brightblue #base0
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 brightred #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 black #base02
20+
set-option -g pane-active-border-fg brightgreen #base01
21+
22+
# message text
23+
set-option -g message-bg black #base02
24+
set-option -g message-fg brightred #orange
25+
26+
# pane number display
27+
set-option -g display-panes-active-colour blue #blue
28+
set-option -g display-panes-colour brightred #orange
29+
30+
# clock
31+
set-window-option -g clock-mode-colour green #green

tmuxcolors-light.conf

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#### COLOUR (Solarized light)
2+
3+
# default statusbar colors
4+
set-option -g status-bg white #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 brightyellow #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 brightred #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 white #base2
20+
set-option -g pane-active-border-fg brightcyan #base1
21+
22+
# message text
23+
set-option -g message-bg white #base2
24+
set-option -g message-fg brightred #orange
25+
26+
# pane number display
27+
set-option -g display-panes-active-colour blue #blue
28+
set-option -g display-panes-colour brightred #orange
29+
30+
# clock
31+
set-window-option -g clock-mode-colour green #green

0 commit comments

Comments
 (0)