Merge branch 'wsr' of tsimri.wsr.ac.at:dot into wsr

This commit is contained in:
Peter J. Holzer 2018-05-24 20:18:36 +02:00
commit 28bb8178f7
1 changed files with 13 additions and 13 deletions

View File

@ -12,23 +12,23 @@ if exists("syntax_on")
endif endif
let g:colors_name = "hjp" let g:colors_name = "hjp"
hi Comment term=bold ctermfg=88 ctermbg=White guifg=Red hi Comment term=bold ctermfg=88 ctermbg=White guifg=Red
hi Constant term=underline ctermfg=90 guifg=Magenta hi Constant term=underline ctermfg=90 guifg=Magenta
hi Error term=reverse ctermfg=15 ctermbg=9 guifg=White guibg=Red hi Error term=reverse ctermfg=15 ctermbg=9 guifg=White guibg=Red
hi Identifier term=underline ctermfg=22 ctermbg=NONE guifg=Blue hi Identifier term=underline ctermfg=22 ctermbg=NONE guifg=Blue
hi LineNr term=bold cterm=NONE ctermfg=Gray ctermbg=Blue gui=NONE guifg=DarkGrey guibg=NONE hi LineNr term=bold cterm=NONE ctermfg=Gray ctermbg=Blue gui=NONE guifg=DarkGrey guibg=NONE
hi Underlined term=underline cterm=underline ctermfg=163 gui=underline guifg=SlateBlue hi MatchParen ctermbg=yellow
hi MatchParen ctermbg=yellow hi Normal guifg=black guibg=white
hi Normal guifg=black guibg=white hi PreProc term=underline ctermfg=Magenta ctermbg=253 guifg=Purple
hi PreProc term=underline ctermfg=Magenta ctermbg=253 guifg=Purple hi Search term=reverse cterm=NONE ctermfg=White ctermbg=19 gui=NONE guifg=Black guibg=Cyan
hi Search term=reverse cterm=NONE ctermfg=White ctermbg=Cyan gui=NONE guifg=Black guibg=Cyan hi Special term=bold ctermfg=53 ctermbg=NONE guifg=Magenta
hi Special term=bold ctermfg=DarkMagenta ctermbg=253 guifg=Magenta hi Statement term=bold ctermfg=DarkBlue gui=NONE guifg=Brown
hi Statement term=bold ctermfg=DarkBlue gui=NONE guifg=Brown hi Underlined term=underline cterm=underline ctermfg=163 gui=underline guifg=SlateBlue
" Use color 226 (pale yellow) instead of the default yellow, because I refined " Use color 226 (pale yellow) instead of the default yellow, because I refined
" the default yellow to orange for better contrast against a light background " the default yellow to orange for better contrast against a light background
" (there are way too many command line tools that assume a black background and " (there are way too many command line tools that assume a black background and
" lightlight stuff in yellow). " hilight stuff in yellow).
hi StatusLine term=bold,reverse cterm=NONE ctermfg=226 ctermbg=DarkGray gui=NONE guifg=Yellow guibg=DarkGray hi StatusLine term=bold,reverse cterm=NONE ctermfg=226 ctermbg=DarkGray gui=NONE guifg=Yellow guibg=DarkGray
hi String term=bold ctermfg=90 ctermbg=NONE guifg=Magenta hi String term=bold ctermfg=90 ctermbg=NONE guifg=Magenta