Dotfiles/vim/theme/cyberqueer.nvim/extras/tmux/README.md

718 B

Usage

Requires the catppuccin tmux plugin. Install with a plugin manager like tpm before proceeding.

Install

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

Usage

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.