Skip to content

How to install color schemes

Ali Aliyev edited this page Sep 12, 2015 · 2 revisions

I use base-16-vim for vim, and base16-shell they must be used together to avoid artifacts.

My favourite color scheme base16-eighties.dark, its enabled by default in my vimrc. You must add these lines in your .zshrc for zsh or .bashrc for bash:

# Base16 Shell
BASE16_SHELL="/Users/aliev/.config/base16-shell/base16-eighties.dark.sh"
[[ -s $BASE16_SHELL ]] && source $BASE16_SHELL
Clone this wiki locally