Skip to content

Commit 7849dba

Browse files
committed
tmuxcolors-*.conf: style attributes should be assigned with one command. See comment in #23
1 parent fdb633f commit 7849dba

4 files changed

+16
-32
lines changed

tmuxcolors-256.conf

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
#### COLOUR (Solarized 256)
22

33
# default statusbar colors
4-
set-option -g status-style bg=colour235 #base02
5-
set-option -g status-style fg=colour136 #yellow
4+
set-option -g status-style fg=colour136,bg=colour235 #yellow and base02
65

76
# default window title colors
8-
set-window-option -g window-status-style fg=colour244 #base0
9-
set-window-option -g window-status-style bg=default
7+
set-window-option -g window-status-style fg=colour244,bg=default #base0 and default
108
#set-window-option -g window-status-style dim
119

1210
# active window title colors
13-
set-window-option -g window-status-current-style fg=colour166 #orange
14-
set-window-option -g window-status-current-style bg=default
11+
set-window-option -g window-status-current-style fg=colour166,bg=default #orange and default
1512
#set-window-option -g window-status-current-style bright
1613

1714
# pane border
1815
set-option -g pane-border-style fg=colour235 #base02
1916
set-option -g pane-active-border-style fg=colour240 #base01
2017

2118
# message text
22-
set-option -g message-style bg=colour235 #base02
23-
set-option -g message-style fg=colour166 #orange
19+
set-option -g message-style fg=colour166,bg=colour235 #orange and base02
2420

2521
# pane number display
2622
set-option -g display-panes-active-colour colour33 #blue

tmuxcolors-base16.conf

+4-8
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,22 @@
1414
# base16-solarized-dark terminal/shell color themes.
1515

1616
# default statusbar colors
17-
set-option -g status-style bg=colour18 #base2
18-
set-option -g status-style fg=yellow #yellow
17+
set-option -g status-style fg=yellow,bg=colour18 #yellow and base2
1918

2019
# default window title colors
21-
set-window-option -g window-status-style fg=colour20 #base00
22-
set-window-option -g window-status-style bg=default
20+
set-window-option -g window-status-style fg=colour20,bg=default #base00 and default
2321
#set-window-option -g window-status-style dim
2422

2523
# active window title colors
26-
set-window-option -g window-status-current-style fg=colour16 #orange
27-
set-window-option -g window-status-current-style bg=default
24+
set-window-option -g window-status-current-style fg=colour16,bg=default #orange and default
2825
#set-window-option -g window-status-current-style bright
2926

3027
# pane border
3128
set-option -g pane-border-style fg=colour18 #base2
3229
set-option -g pane-active-border-style fg=colour19 #base1
3330

3431
# message text
35-
set-option -g message-style bg=colour18 #base2
36-
set-option -g message-style fg=colour16 #orange
32+
set-option -g message-style fg=colour16,bg=colour18 #orange and base2
3733

3834
# pane number display
3935
set-option -g display-panes-active-colour blue #blue

tmuxcolors-dark.conf

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
#### COLOUR (Solarized dark)
22

33
# default statusbar colors
4-
set-option -g status-style bg=black #base02
5-
set-option -g status-style fg=yellow #yellow
4+
set-option -g status-style fg=yellow,bg=black #yellow and base02
65

76
# default window title colors
8-
set-window-option -g window-status-style fg=brightblue #base0
9-
set-window-option -g window-status-style bg=default
7+
set-window-option -g window-status-style fg=brightblue,bg=default #base0 and default
108
#set-window-option -g window-status-style dim
119

1210
# active window title colors
13-
set-window-option -g window-status-current-style fg=brightred #orange
14-
set-window-option -g window-status-current-style bg=default
11+
set-window-option -g window-status-current-style fg=brightred,bg=default #orange and default
1512
#set-window-option -g window-status-current-style bright
1613

1714
# pane border
1815
set-option -g pane-border-style fg=black #base02
1916
set-option -g pane-active-border-style fg=brightgreen #base01
2017

2118
# message text
22-
set-option -g message-style bg=black #base01
23-
set-option -g message-style fg=brightred #orange
19+
set-option -g message-style fg=brightred,bg=black #orange and base01
2420

2521
# pane number display
2622
set-option -g display-panes-active-colour blue #blue

tmuxcolors-light.conf

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
#### COLOUR (Solarized light)
22

33
# default statusbar colors
4-
set-option -g status-style bg=white #base2
5-
set-option -g status-style fg=yellow #yellow
4+
set-option -g status-style fg=yellow,bg=white #yellow and base2
65

76
# default window title colors
8-
set-window-option -g window-status-style fg=brightyellow #base00
9-
set-window-option -g window-status-style bg=default
7+
set-window-option -g window-status-style fg=brightyellow,bg=default #base0 and default
108
#set-window-option -g window-status-style dim
119

1210
# active window title colors
13-
set-window-option -g window-status-current-style fg=brightred #orange
14-
set-window-option -g window-status-current-style bg=default
11+
set-window-option -g window-status-current-style fg=brightred,bg=default #orange and default
1512
#set-window-option -g window-status-current-style bright
1613

1714
# pane border
1815
set-option -g pane-border-style fg=white #base2
1916
set-option -g pane-active-border-style fg=brightcyan #base1
2017

2118
# message text
22-
set-option -g message-style bg=white #base2
23-
set-option -g message-style fg=brightred #orange
19+
set-option -g message-style fg=brightred,bg=white #orange and base2
2420

2521
# pane number display
2622
set-option -g display-panes-active-colour blue #blue

0 commit comments

Comments
 (0)