coloscheme: restore the nord theme

Co-Authored-by: iGor milhit <igor@milhit.ch>
main
iGor milhit 2023-06-02 14:41:30 +02:00
parent f6c7eb87f2
commit 1cddbe754e
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 4 additions and 3 deletions

View File

@ -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
" #########################################
" #########################################