henrikruscon / hyper-statusline

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

Allow customizing bg/fg colors based on cwd #41

Closed derekr closed 7 years ago

derekr commented 7 years ago

I like status line because I can keep my prompt small, but sometimes I forget what directory I'm in. It's simple enough to glance down and read the path, but it might be cool to color code the bar based on cwd (or any arbitrary condition via a configuration callback?). Maybe even color the git branch portion separately so you can glance and see if you're on the master branch.

Down to work on this and contribute upstream, but wanted to shop the idea around before digging in. Totes down to do this as a fork as well.

henrikruscon commented 7 years ago

Similar to powerline you mean? It would definitely have to be an option if implemented ✌️

derekr commented 7 years ago

Oh yeah for sure. Was curious if you'd even want it as an actual feature or if you wanted to keep status line simple.

henrikruscon commented 7 years ago

I'd sure like to keep hyper-statusline clean and simple but I don't mind elegant additions that match the existing base.

henrikruscon commented 7 years ago

Still open to merge this if anyone feel like contributing it. Closing for now because of inactivity ✌️