|
@@ -18,8 +18,9 @@ hi Normal background: #222; color: #ddd; font-size: 14px;
|
|
|
" with current URL more visible
|
|
" with current URL more visible
|
|
|
""""""""""""""""""""""""""""""""
|
|
""""""""""""""""""""""""""""""""
|
|
|
|
|
|
|
|
|
|
+" commandline does not take the Normal highlight background color by default.
|
|
|
hi CmdLine background: #222;
|
|
hi CmdLine background: #222;
|
|
|
-" status Needs `color` set, otherwise `ErrorMsg` overrides when it appears
|
|
|
|
|
|
|
+" status does not take the Normal highlight text color by default.
|
|
|
hi StatusLine color: #ddd; text-align: left;
|
|
hi StatusLine color: #ddd; text-align: left;
|
|
|
|
|
|
|
|
|
|
|
|
@@ -31,7 +32,7 @@ hi StatusLine color: #ddd; text-align: left;
|
|
|
hi CompTitle background: #444; " headers
|
|
hi CompTitle background: #444; " headers
|
|
|
hi CompTitle>* background: #444; " header decorations
|
|
hi CompTitle>* background: #444; " header decorations
|
|
|
hi CompItem[selected] background: #555; " current item
|
|
hi CompItem[selected] background: #555; " current item
|
|
|
-hi NonText color: #dc322f; " ~'s indicating empty lines
|
|
|
|
|
|
|
+hi NonText color: #dc322f; " ~'s indicating empty lines e.g. when there are fewer completion items than list height.
|
|
|
hi Filter background: darkgreen; border-radius: 2px; border: 1px solid green; " match highlighting in completion list
|
|
hi Filter background: darkgreen; border-radius: 2px; border: 1px solid green; " match highlighting in completion list
|
|
|
|
|
|
|
|
|
|
|
|
@@ -39,6 +40,6 @@ hi Filter background: darkgreen; border-radius: 2px; border: 1px
|
|
|
" misc
|
|
" misc
|
|
|
""""""""""""""""""""""""""""""""
|
|
""""""""""""""""""""""""""""""""
|
|
|
|
|
|
|
|
-hi ErrorMsg color: #dc322f;
|
|
|
|
|
-hi MoreMsg background: #222; color: green; " mouse-click in completion list to see `MoreMsg`
|
|
|
|
|
-hi InfoMsg background: #222; color: orange; " e.g. when downloading files
|
|
|
|
|
|
|
+hi ErrorMsg color: #dc322f; " Type in an invalid command
|
|
|
|
|
+hi MoreMsg color: green; " mouse-click in completion list to see `MoreMsg`
|
|
|
|
|
+hi InfoMsg color: orange; " e.g. when downloading files
|