Fixed broken Search highlight and coloring of vimPgray.vimp

This commit is contained in:
Austen Adler 2014-08-20 22:21:19 -04:00
parent 4e5d6a033d
commit baa206243c

View File

@ -29,12 +29,12 @@ hi CompResult color: #aaa; width: 45%; overflow: hidden;
hi CompTitle color: #ddc; background: #333; font-weight: bold;
hi CompTitle>* color: #aaa; font-weight: bold; border-top: 1px solid gray; border-bottom: 1px solid #BBB; padding: 1px 0.5ex;
" Hints!
hi Hint color: white; background-color: #800; border-color: ButtonShadow; font-family: Inconsolata; font-size: 12px; border-width: 0px; border-style: solid; padding 0 1px;
hi Hint::after content: attr(number);
hi HintActive color: black; background: #480;
hi HintElem color: black; background-color: #880;
hi HintImage opacity: .5;
" " Hints!
" hi Hint color: white; background-color: #800; border-color: ButtonShadow; font-family: Inconsolata; font-size: 12px; border-width: 0px; border-style: solid; padding 0 1px;
" hi Hint::after content: attr(number);
" hi HintActive color: black; background: #480;
" hi HintElem color: black; background-color: #880;
" hi HintImage opacity: .5;
" Used also in wrapping error messages as the background, simple speaking
hi InfoMsg color: #ddc; background: #333;
@ -62,7 +62,7 @@ hi String color: #0c0;
" Used in "Press ENTER..." of `jumps` or `bmarks`, or "Follow Hint..." or `f`
hi Question color: #080; background: #222; font-weight: bold; -moz-border-radius: 5px; padding-left: 5px;
hi Search color: #333; background-color: #cc0; font-size: inherit; padding: 0; padding: 0;
"hi Search color: #333; background-color: #cc0; font-size: inherit; padding: 0; padding: 0;
hi StatusLine color: #ddc; background: #333; font-family: Inconsolata; font-size: 14px; margin-top: 1px;