Set tmux colorscheme explicitly
This commit is contained in:
parent
ee90bec9db
commit
5f43c0401a
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
ln -svrf tmux.conf ~/.tmux.conf
|
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 'seebi/tmux-colors-solarized'
|
||||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||||
|
|
||||||
|
set -g @colors-solarized 'dark'
|
||||||
|
|
||||||
# Other examples:
|
# Other examples:
|
||||||
# set -g @plugin 'github_username/plugin_name'
|
# set -g @plugin 'github_username/plugin_name'
|
||||||
# set -g @plugin 'git@github.com/user/plugin'
|
# set -g @plugin 'git@github.com/user/plugin'
|
||||||
|
|
Loading…
Reference in a new issue