Commit fdb633f 1 parent 660bad4 commit fdb633f Copy full SHA for fdb633f
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
#### COLOUR (Solarized 256)
2
2
3
3
# default statusbar colors
4
- set-option -g status-bg colour235 #base02
5
- set-option -g status-fg colour136 #yellow
4
+ set-option -g status-style bg= colour235 #base02
5
+ set-option -g status-style fg= colour136 #yellow
6
6
7
7
# default window title colors
8
8
set-window-option -g window-status-style fg=colour244 #base0
Original file line number Diff line number Diff line change 14
14
# base16-solarized-dark terminal/shell color themes.
15
15
16
16
# default statusbar colors
17
- set-option -g status-bg colour18 #base2
18
- set-option -g status-fg yellow #yellow
17
+ set-option -g status-style bg= colour18 #base2
18
+ set-option -g status-style fg= yellow #yellow
19
19
20
20
# default window title colors
21
21
set-window-option -g window-status-style fg=colour20 #base00
Original file line number Diff line number Diff line change 1
1
#### COLOUR (Solarized dark)
2
2
3
3
# default statusbar colors
4
- set-option -g status-bg black #base02
5
- set-option -g status-fg yellow #yellow
4
+ set-option -g status-style bg= black #base02
5
+ set-option -g status-style fg= yellow #yellow
6
6
7
7
# default window title colors
8
8
set-window-option -g window-status-style fg=brightblue #base0
Original file line number Diff line number Diff line change 1
1
#### COLOUR (Solarized light)
2
2
3
3
# default statusbar colors
4
- set-option -g status-bg white #base2
5
- set-option -g status-fg yellow #yellow
4
+ set-option -g status-style bg= white #base2
5
+ set-option -g status-style fg= yellow #yellow
6
6
7
7
# default window title colors
8
8
set-window-option -g window-status-style fg=brightyellow #base00
You can’t perform that action at this time.
0 commit comments