We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4dfe0 commit f973f02Copy full SHA for f973f02
colors/molokai.vim
@@ -78,7 +78,7 @@ hi Search guifg=#FFFFFF guibg=#455354
78
" marks column
79
hi SignColumn guifg=#A6E22E guibg=#232526
80
hi SpecialChar guifg=#F92672 gui=bold
81
-hi SpecialComment guifg=#465457 gui=bold
+hi SpecialComment guifg=#7E8E91 gui=bold
82
hi Special guifg=#66D9EF guibg=bg gui=italic
83
if has("spell")
84
hi SpellBad guisp=#FF0000 gui=undercurl
@@ -116,7 +116,7 @@ if s:molokai_original == 1
116
hi SpecialKey guifg=#75715E
117
else
118
hi Normal guifg=#F8F8F2 guibg=#1B1D1E
119
- hi Comment guifg=#465457
+ hi Comment guifg=#7E8E91
120
hi CursorLine guibg=#293739
121
hi CursorColumn guibg=#293739
122
hi ColorColumn guibg=#232526
0 commit comments