Requires the catppuccin tmux plugin. Install with a plugin manager like tpm before proceeding.
Copy cyberdream.tmuxtheme
or cyberdream-light.tmuxtheme
to the catppuccin themes directory as catppuccin_cyberdream.tmuxtheme
cp ./cyberdream.tmuxtheme ~/.tmux/plugins/tmux/themes/catppuccin_cyberdream.tmuxtheme
In your .tmux.conf
file, add the following lines:
set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavour "cyberdream"
For more configuration options please refer to catppuccin docs.