Closed mambusskruj closed 12 months ago
Thanks this is super cool! I was actually thinking about the same thing recently. Would be great to generate these using Lua code as well. Then all of this is just one make
call away.
I'll take a look at your PRs tomorrow, I'm spending almost the entire day on a train today.
Closed in #48
I didn't add TMUX colors since they're simply shell colors.
Hello,
Just want to share with you my work on theming Alacritty terminal and Tmux multiplexer. Please, take a look and consider a contribution to these projects.
Here's how it looks like:
Alacritty (https://github.com/alacritty/alacritty)
Theme config:
I took colors from there: https://github.com/cideM/yui/blob/master/colors/yui.vim#L14
You could prepare pull request in alacritty-theme repo, so users can see yui in the list – https://github.com/alacritty/alacritty-theme Here's how to contribute: https://github.com/alacritty/alacritty-theme#contributing
Here's output from alacritty-theme/print_colors.sh
Yeah, text with background isn't as readable as it could be, and there's readability issue in htop. So it might be tuned a little.
Tmux (https://github.com/tmux/tmux)
Theme config (just tells tmux what term color to use):
There's no official first-party repo for Tmux theming, but here's repo that collect theme configurations.
Another option is to create yui-tmux repo under your user and share it there: