jimeh / tmux-themepack

A pack of various Tmux themes.
1.65k stars 204 forks source link

Suggestion: Highlight on pressing prefix. #9

Closed PezCoder closed 6 years ago

PezCoder commented 6 years ago

Thank You First off, the themes are just lovely ❤️, been using it for a while now & it fits well with my vim's oceanic-next theme.

Suggestion Can we highlighting this part:

screen shot 2017-08-13 at 6 59 54 pm

on pressing of prefix key by either giving it more/less contrast would be really handy in determining the state of tmux.

jimeh commented 6 years ago

Not a bad idea. I'm not quite sure how or even if that's possible though. If you know please, feel free to submit a PR, otherwise I'll take a stab at it at some point when I have time :)

PezCoder commented 6 years ago

Sure, i'll be happy to work on it. It is possible, I'll take this up tomorrow morning. I'm really bad with colors, so any suggestions on what color code should i highlight it with ? Should it be higher contrast or lower i mean.

PezCoder commented 6 years ago

I tried, not able to do it. hence closing

karnh commented 5 years ago

I was able to do this with following on tmux 2.4 with Basic theme - set -g status-left "#{?client_prefix,#[fg=yellow]#S#[fg=yellow] ,#S }#[fg=white]» #[fg=yellow]#I #[fg=cyan]#P"

It looks like - without prefix 2018-11-20 12_21_43--bash With prefix 2018-11-20 12_22_14--bash