preservim / vim-thematic

Alter Vim's appearance to suit your task & environ
Other
224 stars 6 forks source link

transparency of 0 in defaults not respected #9

Closed reedes closed 10 years ago

reedes commented 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.

reedes commented 10 years ago

Fixed.