No description
Find a file
Roger Steve Ruiz d1bdc84ab2
Adding the initial pass at documentation;
I'm aiming for having the Style Guide more exposed in the documentation.
I'm expecting to be able to reference it if people start asking for
things that would go against the guide. Also if anything I write that
follows the guide but isn't accessible then maybe I can contribute back
to the guide.
2022-11-23 18:21:15 -05:00
assets docs: add new screenshots (#18) 2022-10-12 01:44:38 +02:00
.editorconfig chore: update .editorconfig 2022-09-27 02:41:54 +02:00
catppuccin-frappe.tmuxtheme fix: frappe 2022-10-17 09:03:57 -05:00
catppuccin-latte.tmuxtheme feat: tpm (Tmux Plugin Manager) support (#2) 2022-09-08 04:29:55 +02:00
catppuccin-macchiato.tmuxtheme fix(colors): append updates 2022-10-17 09:10:58 -05:00
catppuccin-mocha.tmuxtheme Plumbing through the new variable to theme files; 2022-11-23 14:50:03 -05:00
catppuccin.tmux Plumbing through the new variable to theme files; 2022-11-23 14:50:03 -05:00
LICENSE Initial commit 2021-11-06 22:51:38 -05:00
README.md Adding the initial pass at documentation; 2022-11-23 18:21:15 -05:00

Logo
Catppuccin for Tmux

Themes

Usage

TPM

  1. Install TPM
  2. Add the Catppuccin plugin:
set -g @plugin 'catppuccin/tmux'
# ...alongside
set -g @plugin 'tmux-plugins/tpm'
  1. (Optional) Set your preferred flavour, it defaults to "mocha":
set -g @catppuccin_flavour 'latte' # or frappe, macchiato, mocha

Manual

  1. Copy your desired theme's configuration contents into your Tmux config (usually stored at ~/.tmux.conf)
  2. 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