gpakosz / .tmux

🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
MIT License
21.9k stars 3.36k forks source link

What is the recommended way to do theme customization? #725

Closed serpro69 closed 7 months ago

serpro69 commented 7 months ago

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?

gpakosz commented 7 months ago

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.

serpro69 commented 7 months ago

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