aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rwxr-xr-xvim/.vim/gvimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/gvimrc b/vim/.vim/gvimrc
index dca5a8e..3f43115 100755
--- a/vim/.vim/gvimrc
+++ b/vim/.vim/gvimrc
@@ -7,6 +7,6 @@ set guicursor+=a:blinkon0
if has("patch-7.4.710")
set listchars+=space:ยท,tab:\ \
endif
-set background=light
+set background=dark
colorscheme gruvbox
autocmd FileType python syntax keyword pythonBoolean False True None