mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-10 12:03:49 -05:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb9aeff263 | ||
|
|
9f34b65af8 | ||
|
|
f926a5373f | ||
|
|
4337437dc0 |
2
.hgtags
2
.hgtags
@@ -1 +1,3 @@
|
||||
621c2b1cd1820ede93da83090ef4240ced361000 v1.0.0
|
||||
9c22ea4982a779254214a2fcb4ba62918afcae69 v1.1.0
|
||||
2804e4d33d917aa2251b6d33709d17223fd5e5d0 v1.1.1
|
||||
|
||||
@@ -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]
|
||||
@@ -71,7 +71,7 @@ let s:bwc.dalespale = ['fade3e', 221]
|
||||
let s:bwc.dirtyblonde = ['f4cf86', 222]
|
||||
|
||||
" Delicious, chewy red from Made of Code for the poppiest highlights.
|
||||
let s:bwc.taffy = ['ff2c4b', 197]
|
||||
let s:bwc.taffy = ['ff2c4b', 196]
|
||||
|
||||
" The star of the show comes straight from Made of Code.
|
||||
let s:bwc.tardis = ['0a9dff', 39]
|
||||
|
||||
Reference in New Issue
Block a user