Skip to content

Commit

Permalink
Vim: Slightly adjust DiffAdd background color
Browse files Browse the repository at this point in the history
Amendment to #9.
  • Loading branch information
wookayin committed Oct 8, 2017
1 parent e44dcff commit 454947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ highlight SpecialKey ctermfg=242 guifg=#666666

" colors for gui/24bit mode {{
" DiffAdd - inserted lines (dark green)
highlight DiffAdd guibg=#102a05 guifg=NONE
highlight DiffAdd guibg=#103a05 guifg=NONE
" DiffDelete - deleted/filler lines (gray 246)
highlight DiffDelete guibg=#949494
" DiffChange - changed lines (dark red)
Expand Down

0 comments on commit 454947b

Please sign in to comment.