Skip to content

Commit

Permalink
More contrast to CursorLine and improve blinking with MatchParen toma…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Jan 28, 2016
1 parent c67bdfc commit 1986b9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions colors/molokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ if &t_Co > 255
hi CursorLineNr ctermfg=208 cterm=none
else
hi Normal ctermfg=252 ctermbg=233
hi CursorLine ctermbg=234 cterm=none
hi CursorLine ctermbg=236 cterm=none
hi CursorLineNr ctermfg=208 cterm=none
endif
hi Boolean ctermfg=135
Expand Down Expand Up @@ -177,7 +177,9 @@ if &t_Co > 255
hi Macro ctermfg=193
hi SpecialKey ctermfg=81

hi MatchParen ctermfg=233 ctermbg=208 cterm=bold
"hi MatchParen ctermfg=233 ctermbg=208 cterm=bold
hi MatchParen ctermfg=208 ctermbg=233 cterm=bold

hi ModeMsg ctermfg=229
hi MoreMsg ctermfg=229
hi Operator ctermfg=161
Expand Down

0 comments on commit 1986b9b

Please # to comment.