Skip to content

Commit

Permalink
fix dark DiffText
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Sep 16, 2020
1 parent df868bc commit bf5ba2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors/github.vim
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ let s:dcolors.blue1 = { 'gui': s:darklib.blues[5], 'cterm': 153 }
let s:dcolors.blue2 = { 'gui': s:darklib.blues[4], 'cterm': 153 }
let s:dcolors.blue3 = { 'gui': s:darklib.blues[5], 'cterm': 153 }
let s:dcolors.lightorange = { 'gui': '#49443e', 'cterm': 150 }
let s:dcolors.difftext = { 'gui': '#87663b', 'cterm': 150 }
let s:dcolors.lightorange_nr = { 'gui': '#6f6456', 'cterm': 150 }
let s:dcolors.lightgreen_nr = { 'gui': '#5d8c6f', 'cterm': 85 } " github diff
let s:dcolors.lightgreen = { 'gui': '#374843', 'cterm': 85 } " github diff
Expand Down

0 comments on commit bf5ba2e

Please sign in to comment.