Merge pull request #905 from zandrmartin/master

fixed black fg in distinguished theme
This commit is contained in:
Bailey Ling 2015-12-28 21:16:10 -05:00
commit 0138313656
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ let s:golden = [143, '#afaf5f']
let s:pink = [131, '#af5f5f'] let s:pink = [131, '#af5f5f']
let s:blue = [ 67, '#5f87af'] let s:blue = [ 67, '#5f87af']
let s:orange = [166, '#d75f00'] let s:orange = [166, '#d75f00']
let s:outerfg = [ 0, '#000000'] let s:outerfg = [ 16, '#000000']
let s:innerbg = [234, '#1c1c1c'] let s:innerbg = [234, '#1c1c1c']
let s:middle = ['#bcbcbc', '#444444', 250, 238] let s:middle = ['#bcbcbc', '#444444', 250, 238]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB