Compare commits

...

2 Commits

Author SHA1 Message Date
Ian Adam Naval
9094790283 Fix background color on some message types 2015-05-04 00:17:10 -04:00
Ian Adam Naval
3ff61d5e53 Fix junk e-mail 2015-05-04 00:16:57 -04:00
2 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@ mailboxes \
+Archived \
+Drafts \
+"Sent Items" \
+"Junk E-mail" \
+"Junk E-Mail" \
+Trash
set realname = 'Naval, Ian A'

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 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 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 PromptText color: #f8f8f2; font-family: "Meslo LG S DZ"; font-size: 12px;