From 5f43c0401aabc919faac6d4ae2f6afbeb202667f Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 1 Sep 2020 14:17:54 +0200 Subject: [PATCH] Set tmux colorscheme explicitly --- tmux/install.sh | 1 + tmux/tmux.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/tmux/install.sh b/tmux/install.sh index bfcc5e5..a4872c2 100755 --- a/tmux/install.sh +++ b/tmux/install.sh @@ -1,4 +1,5 @@ #!/usr/bin/env sh ln -svrf tmux.conf ~/.tmux.conf +tmux source-file ~/.tmux.conf diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e858059..bac96e8 100644 --- a/tmux/tmux.conf +++ b/tmux/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'