dylanaraps / birch

An IRC client written in bash
MIT License
319 stars 15 forks source link

Inverted current channel tab #14

Closed LoLei closed 4 years ago

LoLei commented 4 years ago

Discussion

This might just be personal preference, but I dislike the way of highlighting the current channel by inverting the colors, as it is done currently. This is a pet peeve of mine in general, having such a glaring element.

current way

I've patched my fork to use bold instead. It's less readable but more aesthetic IMO:

2020-03-05_15-39

What does the community think? What about underline?

2020-03-05_15-42

dylanaraps commented 4 years ago

I think it's fine as-is. I've gone ahead and added $BIRCH_STATUS which you can set to a sequence for highlighting.

dylanaraps commented 4 years ago

Example: BIRCH_STATUS='\e[31;1m' birch

LoLei commented 4 years ago

Wow, great solution, thanks!