From 0ce01efd4647481950610a45cf9a697bc2774aea Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 22 Sep 2024 12:32:34 +0200 Subject: [PATCH] Update colorscheme config --- .vimrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.vimrc b/.vimrc index b6ade29..91878bf 100644 --- a/.vimrc +++ b/.vimrc @@ -32,6 +32,12 @@ set thesaurus+=~/.vim/thesaurus/mthesaur.txt " }}} +" Colorscheme {{{ +set termguicolors +set bg=light +hi Normal ctermbg=none guibg=none +" }}} + " Mappings {{{ " @@ -225,9 +231,8 @@ au Filetype supercollider packadd scvim " }}} -" Color theme & statusline {{{ -" +" Statusline {{{ se ls=2 se stl=\ %0*%n se stl+=\ %m @@ -235,9 +240,6 @@ se stl+=\ %y%0* se stl+=\ %<%F se stl+=\ %0*%=%5l%* se stl+=%0*/%L%* - -colo yang - " }}} " Quick hacks {{{