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
|
syntax on
|
||||||
elseif $BG == "dark"
|
elseif $BG == "dark"
|
||||||
set bg=dark
|
set bg=dark
|
||||||
|
colorscheme hjp-dark
|
||||||
syntax on
|
syntax on
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ ALLSRC = \
|
||||||
.gitconfig \
|
.gitconfig \
|
||||||
.psqlrc \
|
.psqlrc \
|
||||||
.vim/colors/hjp.vim \
|
.vim/colors/hjp.vim \
|
||||||
|
.vim/colors/hjp-dark.vim \
|
||||||
.vimrc \
|
.vimrc \
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue