From 47f1ae9255e7e68da922747235423fd7a7b81165 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 14 Oct 2021 14:40:48 +1300 Subject: [PATCH] use artesanal colour scheme --- .vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 3ea3e40..135b2a9 100644 --- a/.vimrc +++ b/.vimrc @@ -1449,7 +1449,6 @@ let g:netrw_home="$VARDIR/vim" filetype plugin indent on syntax on -colorscheme madduck " leave the w mark whenever a file is written autocmd BufWrite * normal mw @@ -1508,6 +1507,11 @@ catch "echo "Pathogen not installed" endtry +set background=light +let g:artesanal_dimmed = 1 +let g:artesanal_transparent = 1 +colorscheme artesanal + let g:is_posix = 1 let g:ycm_add_preview_to_completeopt="popup" -- 2.39.2