gpakosz/.tmux

What is the recommended way to do theme customization?

serpro69 opened this issue · 2 comments

Hi,

I'm currently customizing my colors by adding them directly under # -- theming -- section of my tmux.conf.local and commenting out the default theme.

I'm not sure if this is the best way to go about it or this can be improved (from my end or from oh-my-tmux?)

E.g., can we "pull" theme colors variables from a separate file instead, somehow?

Hello @serpro69 👋

You could put the tmux_conf_theme_colour_XX variables in a separate file and source this file from your .local configuration file.

Right, that's what I was thinking about.
Thanks for confirming that this is supported.