Skip to content

Commit

Permalink
Fix coal color in terminals.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Feb 13, 2012
1 parent 4337437 commit f926a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/badwolf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ let s:bwc.plain = ['f8f6f2', 15]

" Pure and simple.
let s:bwc.snow = ['ffffff', 15]
let s:bwc.coal = ['000000', 0]
let s:bwc.coal = ['000000', 16]

" All of the Gravel colors are based on a brown from Clouds Midnight.
let s:bwc.brightgravel = ['d9cec3', 252]
Expand Down

0 comments on commit f926a53

Please sign in to comment.