@@ -82,15 +82,15 @@ hi lCursor guifg=bg guibg=fg gui=NONE
82
82
hi DiffAdd guifg= NONE guibg= SeaGreen1 gui = NONE
83
83
hi DiffChange guifg= NONE guibg= LightSkyBlue1 gui = NONE
84
84
hi DiffDelete guifg= NONE guibg= LightCoral gui = NONE
85
- hi DiffText guifg= NONE guibg= yellow gui = NONE
85
+ hi DiffText guifg= black guibg= LightCyan1 gui = NONE
86
86
hi Directory guifg= #1600 FF guibg= bg gui = NONE
87
- hi ErrorMsg guifg= Red2 guibg= NONE gui = bold
87
+ hi ErrorMsg guifg= Red2 guibg= NONE gui = NONE
88
88
hi FoldColumn guifg= LightSteelBlue4 guibg= #F4F4E8 gui = bold
89
89
hi Folded guifg= SteelBlue4 guibg= Gainsboro gui = italic
90
- hi IncSearch guifg= white guibg= red gui = bold
90
+ hi IncSearch guifg= black guibg= yellow gui = NONE
91
91
hi LineNr guifg= #FEFEFC guibg= LightSteelBlue gui = NONE
92
92
hi MatchParen guifg= White guibg= MediumPurple1 gui = NONE
93
- hi ModeMsg guifg= White guibg= tomato gui = bold
93
+ hi ModeMsg guifg= White guibg= tomato1 gui = bold
94
94
hi MoreMsg guifg= SeaGreen4 guibg= bg gui = bold
95
95
hi NonText guifg= LightSteelBlue4 guibg= bg gui = bold
96
96
hi Pmenu guifg= Black guibg= PaleTurquoise3 gui = NONE
@@ -99,7 +99,7 @@ hi PmenuSel guifg=White guibg=Black gui=NONE
99
99
hi PmenuThumb guifg= SkyBlue3 guibg= White gui = reverse
100
100
hi Question guifg= Chartreuse4 guibg= bg gui = bold
101
101
hi SignColumn guifg= LightSteelBlue4 guibg= #F4F4E8 gui = bold
102
- hi Search guifg= white guibg= red gui = NONE
102
+ hi Search guifg= black guibg= yellow gui = NONE
103
103
if exists (' g:mayansmoke_special_key_visibility' ) && g: mayansmoke_special_key_visibility >= 2
104
104
hi SpecialKey guifg= black guibg= NavajoWhite gui = NONE
105
105
elseif exists (' g:mayansmoke_special_key_visibility' ) && g: mayansmoke_special_key_visibility == 0
@@ -243,7 +243,14 @@ hi VimCommentTitle guifg=DarkSlateGray4 guibg=bg gui=bold,italic
243
243
244
244
" QuickFix {{{2
245
245
" -----------------------------------------------------------------------------
246
- hi qfLineNr guifg= black guibg= green1 gui = bold
246
+
247
+ " syn match qfFileName "^[^|]*" nextgroup=qfSeparator
248
+ " syn match qfSeparator "|" nextgroup=qfLineNr contained
249
+ " syn match qfLineNr "[^|]*" contained contains=qfError
250
+ " syn match qfError "error" contained
251
+ hi qfFileName guifg= LightSkyBlue4 guibg= NONE gui = italic
252
+ hi qfLineNr guifg= coral guibg= NONE gui = bold
253
+ hi qfError guifg= red guibg= NONE gui = bold
247
254
" 2}}}
248
255
249
256
" Python {{{2
0 commit comments