Set tmux colorscheme explicitly
parent
ee90bec9db
commit
5f43c0401a
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
ln -svrf tmux.conf ~/.tmux.conf
|
||||
tmux source-file ~/.tmux.conf
|
||||
|
||||
|
|
|
@ -29,6 +29,8 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
|
|||
set -g @plugin 'seebi/tmux-colors-solarized'
|
||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||
|
||||
set -g @colors-solarized 'dark'
|
||||
|
||||
# Other examples:
|
||||
# set -g @plugin 'github_username/plugin_name'
|
||||
# set -g @plugin 'git@github.com/user/plugin'
|
||||
|
|
Loading…
Reference in New Issue