Skip to content

Commit f973f02

Browse files
committed
Lighter comment color for easier reading
1 parent eb4dfe0 commit f973f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

colors/molokai.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ hi Search guifg=#FFFFFF guibg=#455354
7878
" marks column
7979
hi SignColumn guifg=#A6E22E guibg=#232526
8080
hi SpecialChar guifg=#F92672 gui=bold
81-
hi SpecialComment guifg=#465457 gui=bold
81+
hi SpecialComment guifg=#7E8E91 gui=bold
8282
hi Special guifg=#66D9EF guibg=bg gui=italic
8383
if has("spell")
8484
hi SpellBad guisp=#FF0000 gui=undercurl
@@ -116,7 +116,7 @@ if s:molokai_original == 1
116116
hi SpecialKey guifg=#75715E
117117
else
118118
hi Normal guifg=#F8F8F2 guibg=#1B1D1E
119-
hi Comment guifg=#465457
119+
hi Comment guifg=#7E8E91
120120
hi CursorLine guibg=#293739
121121
hi CursorColumn guibg=#293739
122122
hi ColorColumn guibg=#232526

0 commit comments

Comments
 (0)