[vim] set colorscheme/background from env variable

This commit is contained in:
Nick Nisi
2014-11-21 08:19:44 -06:00
parent 0911eba8a7
commit c411c33332
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ source `brew --prefix`/etc/profile.d/z.sh
# Base16 Shell
export THEME="base16-harmonic16"
export THEME="base16-pop"
export BACKGROUND="dark"
BASE16_SHELL="$DOTFILES/.config/base16-shell/$THEME.$BACKGROUND.sh"
[[ -s $BASE16_SHELL ]] && source $BASE16_SHELL