sonph / onehalf

Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
MIT License
1.78k stars 236 forks source link

Theme for tmux #25

Closed MarkRabey-Work closed 6 years ago

MarkRabey-Work commented 7 years ago

Would love to see a theme matching for tmux - there is one that's close, but doesn't quite do it for me. I'd be happy to take it on as well.

sonph commented 7 years ago

Hmm I don't quite get what you mean by a theme for tmux. Can you explain? Yes you can set the colors in your tmux.conf but they are only along the line of "set status bar background to black, foreground to red." It's then up to the terminal emulator to pick the shades of black and red as configured and display those colors.

MarkRabey-Work commented 7 years ago

There are tmux themes available out there. Essentially they're plugins that override terminal emulator settings. Maybe not necessary.

sonph commented 7 years ago

Ok I see what you're saying. Basically we can set the colors using the xterm 256 color palette like this.

set -g status-left "#[fg=colour232,bg=colour24] ..."

If you think it will be useful to others then sure feel free to work on it, open a pull request and I'll merge it!

MarkRabey-Work commented 7 years ago

Cool, I'll get on it later this week. Probably on another account though.

dagadbm commented 4 years ago

will this ever be done? :(