summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-08-29 17:42:49 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-08-29 17:42:49 +0100
commit14f3d78216b71b13ea5eb959c10634a16dc29298 (patch)
tree74313d23494bf5780e1a2473356d2319ac291a7d /vim/vimrc
parentadda8eb9f90293f4e51d00e89ad523b73d6c620b (diff)
moved to light background on x220
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d4794c3..edd48de 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -447,8 +447,9 @@ let g:gruvbox_sign_column='bg0'
let g:gruvbox_number_column='bg0'
let g:gruvbox_invert_signs='0'
let g:gruvbox_improved_strings='0'
-set background=dark
-colorscheme industry
+set background=light
+"colorscheme industry
+colorscheme delek
" manual highlights
" highlight Visual ctermfg=black ctermbg=LightMagenta