Fix background color on some message types

This commit is contained in:
Ian Adam Naval 2015-05-04 00:17:10 -04:00
parent 3ff61d5e53
commit 9094790283

View File

@ -57,6 +57,8 @@ hi StatusLine background: #252525; color: #f8f8f2; font-family: "Meslo LG S DZ";
hi ContentSeparator border-top: none; display: -moz-box; hi ContentSeparator border-top: none; display: -moz-box;
hi ModeMsg color: #f8f8f2; background: #252525; font-family: "Meslo LG S DZ"; font-size: 12px; hi ModeMsg color: #f8f8f2; background: #252525; font-family: "Meslo LG S DZ"; font-size: 12px;
hi MoreMsg color: #f8f8f2; background: #252525; font-family: "Meslo LG S DZ"; font-size: 12px; hi MoreMsg color: #f8f8f2; background: #252525; font-family: "Meslo LG S DZ"; font-size: 12px;
hi InfoMsg color: #f8f8f2; background: #252525; font-family: "Meslo LG S DZ"; font-size: 12px;
hi ErrorMsg color: #f8f8f2; background: #252525; font-family: "Meslo LG S DZ"; font-size: 12px;
hi Message color: #f8f8f2; background: #252525; font-family: "Meslo LG S DZ"; font-size: 12px; min-width: 100%; hi Message color: #f8f8f2; background: #252525; font-family: "Meslo LG S DZ"; font-size: 12px; min-width: 100%;
hi PromptText color: #f8f8f2; font-family: "Meslo LG S DZ"; font-size: 12px; hi PromptText color: #f8f8f2; font-family: "Meslo LG S DZ"; font-size: 12px;