henrikruscon / hyper-statusline

Status Line Plugin for Hyper
MIT License
387 stars 79 forks source link

Option to disable transparent footer #12

Closed caesar closed 7 years ago

caesar commented 7 years ago

With my theme (solarized dark) I find the footer isn't as visible as I'd like with the default transparency.

I override it by adding this to my Hyper options object:

    css: '.footer_footer { opacity: 1 !important; }',

Do you think a simple option to disable it would be useful to others, or am I alone in preferring that it be opaque?

henrikruscon commented 7 years ago

I definitely agree that options would be a good addition. I'll add a couple of options after Christmas โœŒ๏ธ

On my way to the Caribbean ๐Ÿ•ถ

caesar commented 7 years ago

Great stuff. Enjoy the Caribbean! ๐ŸŒด

henrikruscon commented 7 years ago

Just pushed an update with config options. Details in readme. If you have any ideas for more options let me know โœŒ๏ธ

caesar commented 7 years ago

Cool, looks good! ๐Ÿ‘

One question (I haven't checked this out at all, but it's not clear from the Readme) โ€“ย what are acceptable values for the dirtyColor value? I assume it is CSS colours?

henrikruscon commented 7 years ago

Thanks ๐Ÿ‘Š

Indeed, CSS. I was considering either CSS or config colors but ultimately CSS gives you more freedom.