Set tmux colorscheme explicitly

main
mandlm 2020-09-01 14:17:54 +02:00
parent ee90bec9db
commit 5f43c0401a
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env sh
ln -svrf tmux.conf ~/.tmux.conf
tmux source-file ~/.tmux.conf

View File

@ -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'