diff --git a/README.md b/README.md index a148b32..6bf042c 100644 --- a/README.md +++ b/README.md @@ -12,39 +12,44 @@

- +

## Themes -* 🌻 [Latte](./catppuccin-latte.tmuxtheme) -* 🪴 [Frappé](./catppuccin-frappe.tmuxtheme) -* 🌺 [Macchiato](./catppuccin-macchiato.tmuxtheme) -* 🌿 [Mocha](./catppuccin-mocha.tmuxtheme) +- 🌻 [Latte](./catppuccin-latte.tmuxtheme) +- 🪴 [Frappé](./catppuccin-frappe.tmuxtheme) +- 🌺 [Macchiato](./catppuccin-macchiato.tmuxtheme) +- 🌿 [Mocha](./catppuccin-mocha.tmuxtheme) ## Usage ### TPM + 1. Install [TPM](https://github.com/tmux-plugins/tpm) 2. Add the Catppuccin plugin: + ```bash set -g @plugin 'catppuccin/tmux' # ...alongside set -g @plugin 'tmux-plugins/tpm' ``` + 3. (Optional) Set your preferred flavour, it defaults to `"mocha"`: + ```bash 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` ## 💝 Thanks to -- [Pocco81](https://github.com/catppuccin) -- [vinnyA3](https://github.com/vinnyA3) +- [Pocco81](https://github.com/catppuccin) +- [vinnyA3](https://github.com/vinnyA3)   diff --git a/assets/frappe.webp b/assets/frappe.webp new file mode 100644 index 0000000..64c14f8 Binary files /dev/null and b/assets/frappe.webp differ diff --git a/assets/latte.webp b/assets/latte.webp new file mode 100644 index 0000000..6e48ac9 Binary files /dev/null and b/assets/latte.webp differ diff --git a/assets/macchiato.webp b/assets/macchiato.webp new file mode 100644 index 0000000..df3aa04 Binary files /dev/null and b/assets/macchiato.webp differ diff --git a/assets/mocha.webp b/assets/mocha.webp new file mode 100644 index 0000000..d9ee469 Binary files /dev/null and b/assets/mocha.webp differ diff --git a/assets/preview.webp b/assets/preview.webp new file mode 100644 index 0000000..3224dc1 Binary files /dev/null and b/assets/preview.webp differ diff --git a/assets/ss.png b/assets/ss.png deleted file mode 100644 index 75dd96a..0000000 Binary files a/assets/ss.png and /dev/null differ