jaclu / tmux-menus

Tmux plugin, Popup menus to help with managing your environment
MIT License
323 stars 11 forks source link

Integrate with popular themes like Catppuccin #47

Open thomastthai opened 1 month ago

thomastthai commented 1 month ago

Some people, like me, use popular theme plugins like Catppuccin for colors and glyphs to give a consistent look for tmux and neovim sessions. Allowing for easy integration with such themes would help promote that consistent look.

jaclu commented 1 month ago

Ill need to check them up first to get a better understanding of what you are suggesting, ill get back to this in a couple of days :)

thomastthai commented 1 month ago

Sounds good! Catppuccin has plugins for both tmux and nvim to provide one unified look. Their code makes it easy to integrate with other plugins.

jaclu commented 1 month ago

After giving it some thought I think adding theme support is a great idea!

I have set up a branch: layout where this is added, if you have time/energy I would really appreciate if you could try it out and let me know if this is in the right direction

thomastthai commented 1 month ago

I'll check it out this weekend and share feedback!

jaclu commented 1 month ago

I updated the main menu to have all the overrides pre-defined and commented out, to make it easier to play around with it, and I also expanded the Styling page a bit, to hopefully better explain things