From a8e6896e6ef75e9133aa897dc41704e4986e45f7 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 11 Jun 2017 14:27:12 +0200 Subject: Make lightline use a base16 color scheme --- vimrc-full | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vimrc-full') diff --git a/vimrc-full b/vimrc-full index 5e1b77b..a4b0c21 100644 --- a/vimrc-full +++ b/vimrc-full @@ -164,7 +164,7 @@ nnoremap :TagbarToggle| " bind TagBar to Hotkey Ct " AIRLINE: a fancy status line ========================================================================================= set laststatus=2 | " required by AirLine, without status line does not appear until a window split -set background=light | +set background=light Plug 'itchyny/lightline.vim' Plug 'daviesjamie/vim-base16-lightline' @@ -207,7 +207,7 @@ function! MyBranchname() endfunction let g:lightline = { - \ 'colorscheme': 'wombat', + \ 'colorscheme': 'base16', \ 'separator': { 'left': "\ue0b0", 'right': "\ue0b2" }, \ 'subseparator': { 'left': "\ue0b1", 'right': "\ue0b3" }, \ 'active': { @@ -390,7 +390,7 @@ function! ExtendColorTheme() highlight! CursorLineNr cterm=inverse | " ctermbg=black ctermfg=NONE highlight! Pmenu ctermbg=LightYellow ctermfg=blue highlight! PmenuSel ctermbg=blue ctermfg=LightYellow cterm=bold - + highlight! link PmenuSbar Pmenu highlight! PmenuThumb cterm=inverse highlight! MoreMsg cterm=inverse @@ -400,7 +400,7 @@ function! ExtendColorTheme() highlight! SpellBad ctermbg=none highlight! SpecialKey ctermfg=19 highlight! WhiteSpace ctermfg=19 - + highlight! link TabLine LineNr highlight! TabLineSel ctermbg=blue ctermfg=black highlight! link TabLineFill LineNr -- cgit v1.2.3