Closed reedes closed 10 years ago
If you have a transparency of 0 in the defaults, as in
let g:thematic#defaults = { \ 'transparency': 0, \ }
and you have a theme that sets transparency to 1 or greater, then the default isn't applied for themes that don't specify a transparency.
Fixed.
If you have a transparency of 0 in the defaults, as in
and you have a theme that sets transparency to 1 or greater, then the default isn't applied for themes that don't specify a transparency.