Skip to content

Commit

Permalink
Updated background color to be the same as github's (#f8f8ff).
Browse files Browse the repository at this point in the history
  • Loading branch information
ryland authored and nono committed Oct 22, 2009
1 parent 10b1c09 commit adbb06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github.vim
Expand Up @@ -71,9 +71,9 @@ hi DiffDelete guifg=#000000 guibg=#ffdddd
hi DiffText guibg=#666666
hi ErrorMsg guifg=#a61717 guibg=#e3d2d2 gui=bold
hi VertSplit guifg=#666666 guibg=#eaeaea
hi LineNr guifg=#666666 guibg=#eaeaea
hi LineNr guifg=#666666 guibg=#eaeaea
hi ModeMsg gui=bold
hi Normal guifg=#000000 guibg=#ffffff
hi Normal guifg=#000000 guibg=#f8f8ff
hi Pmenu guibg=#babdb6 guifg=#555753
hi StatusLine guifg=#666666 guibg=#eaeaea
hi Visual guifg=NONE guibg=#ffffcc
Expand Down

0 comments on commit adbb06a

Please sign in to comment.