From 1cddbe754e14528688585b945c4698b29d7c1fab Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Fri, 2 Jun 2023 14:41:30 +0200 Subject: [PATCH] coloscheme: restore the nord theme Co-Authored-by: iGor milhit --- init.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.vim b/init.vim index 3ffffd5..6bd668b 100644 --- a/init.vim +++ b/init.vim @@ -73,6 +73,7 @@ autocmd FileType gitcommit set colorcolumn+=51 " Ad set number " Line numbering set cursorline " Color the cursor line set modeline " Support modelines +set termguicolors " Do not keep history when opening files on autofs mounted directories set shada+=r/home/igor/net @@ -253,9 +254,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 " ######################################### " #########################################