Install and use hjp-dark theme

This commit is contained in:
Peter J. Holzer 2023-10-13 10:44:19 +02:00
parent 924e6610ee
commit 5b2f09f738
2 changed files with 2 additions and 0 deletions

1
.vimrc
View File

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

View File

@ -9,6 +9,7 @@ ALLSRC = \
.gitconfig \ .gitconfig \
.psqlrc \ .psqlrc \
.vim/colors/hjp.vim \ .vim/colors/hjp.vim \
.vim/colors/hjp-dark.vim \
.vimrc \ .vimrc \