Compare commits

...

3 Commits

Author SHA1 Message Date
Peter J. Holzer 29aaf5ab91 Merge branch 'master' of git.hjp.at:hjp/dot 2023-10-13 10:47:11 +02:00
Peter J. Holzer 5b2f09f738 Install and use hjp-dark theme 2023-10-13 10:44:19 +02:00
Peter J. Holzer 924e6610ee Change fg color for Special 2023-10-13 10:43:37 +02:00
3 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,7 @@ hi MatchParen ctermbg=yellow
hi Normal guifg=black guibg=white
hi PreProc term=underline ctermfg=Magenta ctermbg=0 guifg=Purple
hi Search term=reverse cterm=NONE ctermfg=White ctermbg=19 gui=NONE guifg=Black guibg=Cyan
hi Special term=bold ctermfg=53 ctermbg=NONE guifg=Magenta
hi Special term=bold ctermfg=Yellow ctermbg=NONE guifg=Magenta
hi Statement term=bold ctermfg=105 gui=NONE guifg=Brown
hi Underlined term=underline cterm=underline ctermfg=163 gui=underline guifg=SlateBlue

1
.vimrc
View File

@ -31,6 +31,7 @@ if $BG == "light"
syntax on
elseif $BG == "dark"
set bg=dark
colorscheme hjp-dark
syntax on
endif

View File

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