Skip to content

Commit

Permalink
User dark theme in vim as default
Browse files Browse the repository at this point in the history
I really should make this a environment variable or something.
  • Loading branch information
marlun committed Oct 13, 2020
1 parent c0190c4 commit cb51809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ call plug#end()
syntax on

" Load my own colorscheme if available
if findfile('colors/leya.vim', &rtp) != ''
colorscheme leya
if findfile('colors/kylo.vim', &rtp) != ''
colorscheme kylo
endif

" Make sure needed folders exist
Expand Down

0 comments on commit cb51809

Please sign in to comment.