From a55bcab62ee5d7198ee11a8e801895404d5d14cf Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 22 Apr 2016 18:24:36 +0100 Subject: Add base16 colorscheme --- vim/.vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vim/.vimrc') diff --git a/vim/.vimrc b/vim/.vimrc index d084e70..9b17ea2 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -4,6 +4,7 @@ let maplocalleader = "\\" "" Plugins call plug#begin('~/.vim/plugged') +Plug 'chriskempson/base16-vim' Plug 'airblade/vim-gitgutter' Plug 'altercation/vim-colors-solarized' Plug 'beloglazov/vim-online-thesaurus' @@ -199,7 +200,6 @@ set breakindent let &showbreak='--> ' set colorcolumn=0 set scrolloff=0 -set t_Co=256 set guitablabel=%N\ %t\ %M set showcmd @@ -232,6 +232,7 @@ au BufNewFile,BufRead *.edp comp freefem au BufNewFile,BufRead *.geo setf gmsh " Colorscheme +let base16colorspace=256 silent! colo $COLORSCHEME if $BACKGROUND=="dark" set background=dark -- cgit v1.2.3