You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, you can modify other aspects of the status, like `bg` (backgroundcolor) or even its position. To see more, check out the [APIreferenceoftheobjectconfig](https://github.com/bettervim/better-tmux/blob/main/docs/3-api-reference.md#configuration).
115
116
117
+
### Themes
118
+
Asyoumighthavenoticed, BetterTmuxcanhandlethemes, whichisanimportantpartofyour configuration. Ifyou've used TMUX for a while, you'llknowthatchangingyourTMUXthemeoftenmeanschangingyourTMUXlayoutas well. However, BetterTmuxhandlesthemechangeswithoutaffectingthe UI.
119
+
120
+
Whetheryou're switching your status bar using pre-built widgets or building your own, if you want to change the theme to fit your config (like vim or terminal), all you need to do is change the `theme` field in the configuration.
Checkoutthe`options` [APIReference](https://github.com/bettervim/better-tmux/blob/main/docs/3-api-reference.md#configuration) to see more.
148
+
116
149
## Usageof`index.tsx`
117
150
118
151
ThemainconfigurationfileforBetterTmuxis`index.tsx`. ThisfileiswhereyoudefineyourtmuxsetupusingTypeScriptandJSX. You'll notice that this file exports an object with your customizations. These configurations are read by the BetterTmux CLI and do the magic for you. To better understand the flow, it'sbasicallylikethis:
0 commit comments