Skip to content

Commit

Permalink
Simpler than I thought
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette committed Mar 15, 2022
1 parent 48ad0a0 commit b835a92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vimrc
Expand Up @@ -58,4 +58,8 @@ runtime mappings/normal.vim
runtime mappings/visual.vim

" Load colorscheme
colorscheme nord
if &background ==# 'dark'
colorscheme nord
else
colorscheme solarized
endif

0 comments on commit b835a92

Please sign in to comment.