From 5fa1cc412a2dbc70aa22bd51c5ae8fe73ac84d84 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 1 Oct 2020 12:02:42 +0200 Subject: Vim: use PaperColor theme instead of solarized --- vim/.vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 9eb29ee..72f0dd6 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -80,7 +80,7 @@ syntax enable " Colours & Highlighting set cursorline -colorscheme solarized +colorscheme PaperColor highlight SpellBad cterm=underline,bold ctermfg=black ctermbg=red highlight SpellCap cterm=underline,bold ctermfg=black ctermbg=yellow highlight SpellLocal cterm=underline,bold ctermfg=black ctermbg=blue @@ -97,8 +97,8 @@ endif map s :syn sync fromstart -autocmd BufEnter * colorscheme solarized | set bg=dark -autocmd BufEnter *.txt colorscheme PaperColor | set bg=light +autocmd BufEnter * set bg=dark +autocmd BufEnter *.txt,*.md set bg=light " Setting the color scheme messes up the git gutter highlight groups, so reset " them. For some discussion, see: -- cgit v1.2.3