Install and use hjp-dark theme
This commit is contained in:
parent
924e6610ee
commit
5b2f09f738
1
.vimrc
1
.vimrc
|
@ -31,6 +31,7 @@ if $BG == "light"
|
|||
syntax on
|
||||
elseif $BG == "dark"
|
||||
set bg=dark
|
||||
colorscheme hjp-dark
|
||||
syntax on
|
||||
endif
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ ALLSRC = \
|
|||
.gitconfig \
|
||||
.psqlrc \
|
||||
.vim/colors/hjp.vim \
|
||||
.vim/colors/hjp-dark.vim \
|
||||
.vimrc \
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue