From cd4462d745e359d214e4761e84f2e1b1d40289f2 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Mon, 29 May 2023 09:47:49 +0200 Subject: [PATCH] colorscheme: return to nord colorscheme Co-Authored-by: iGor milhit --- init.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.vim b/init.vim index 3ffffd5..2d433e0 100644 --- a/init.vim +++ b/init.vim @@ -253,9 +253,9 @@ autocmd! User GoyoLeave Limelight! " ######################################### " Syntax coloration and color theme syntax enable -set background=light -let g:edge_style = "light" -colorscheme edge +set background=dark +" let g:edge_style = "light" +colorscheme nord " ######################################### " #########################################