No description
![]() So the idea here is that the themes are only different based on the variables for the theme files. So this will change the theme variables to have `local` prefixes to keep the namespace regular. I decided to keep this like this until I get more feedback, because I think I could also just manually add the local to everything in the old `tmuxtheme` files. I chose this though because I really like how the `catppuccin-selected-theme` can be used for local debugging or testing out new colors if things were ever to need to be changed. If what that `sed` and `source` command is doing is unclear, I can do better about commenting around it. |
||
---|---|---|
assets | ||
.editorconfig | ||
.gitignore | ||
catppuccin-frappe.tmuxtheme | ||
catppuccin-latte.tmuxtheme | ||
catppuccin-macchiato.tmuxtheme | ||
catppuccin-mocha.tmuxtheme | ||
catppuccin.tmux | ||
LICENSE | ||
README.md |

Catppuccin for Tmux
Themes
Usage
TPM
- Install TPM
- Add the Catppuccin plugin:
set -g @plugin 'catppuccin/tmux'
# ...alongside
set -g @plugin 'tmux-plugins/tpm'
- (Optional) Set your preferred flavour, it defaults to
"mocha"
:
set -g @catppuccin_flavour 'latte' # or frappe, macchiato, mocha
Manual
- Copy your desired theme's configuration contents into your Tmux config (usually stored at
~/.tmux.conf
) - Reload Tmux by either restarting the session or reloading it with
tmux source-file ~/.tmux.conf
Configuration options
All flavours support certain levels of customization that match our Catppuccin Style Guide. To add these customizations, add any of the following options to your Tmux configuration.
Enable window tabs
By default, the theme places the window-status
in the status-right
. With
@catppuccin_window_tabs_enabled
set to on
, the theme will place the
directory within the status-right
and move the window names to the
window-status
format variables.
set -g @catppuccin_window_tabs_enabled on # or off to disable window_tabs
💝 Thanks to
Copyright © 2021-present Catppuccin Org