Skip to content

Commit

Permalink
more color tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario L Gutierrez committed Jun 30, 2014
1 parent 57a66ca commit d9acd3f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions colors/cappuccino.vim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let colors_name = "cappuccino"
if version >= 700
" hi CursorColumn guibg=#2a2e31
" hi CursorLine guibg=#2a2e31
hi CursorLineNr guifg=#d2dae3 guibg=bg gui=none
hi CursorLineNr guifg=#404040 guibg=bg gui=none
" hi MatchParen guifg=magenta guibg=black gui=bold,italic
" hi Pmenu guifg=#dfeff6 guibg=#1E415E
" hi PmenuSel guifg=#dfeff6 guibg=#2D7889
Expand All @@ -32,8 +32,9 @@ hi Normal gui=NONE guifg=#6e6b4a guibg=#edece4
hi Operator gui=NONE guifg=#8c895f guibg=BG

" Search
hi IncSearch gui=UNDERLINE guifg=#404040 guibg=#40ffff
hi Search gui=NONE guifg=#404040 guibg=#ffff60
hi IncSearch gui=UNDERLINE guifg=BG guibg=#c99e70
hi Search gui=NONE guifg=#404040 guibg=#c99e70
hi Search gui=NONE guifg=BG guibg=#c99e70

" Messages
hi ErrorMsg gui=NONE guifg=BG guibg=#b24755
Expand Down

0 comments on commit d9acd3f

Please sign in to comment.