From 4c01736f352905fc70b7bf41c6dde5dd37d4ceb7 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Fri, 3 Sep 2021 07:18:22 -0500 Subject: [PATCH] dev: added README for tmux themes --- extra/tmux/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 extra/tmux/README.md diff --git a/extra/tmux/README.md b/extra/tmux/README.md new file mode 100644 index 0000000..11ff9c7 --- /dev/null +++ b/extra/tmux/README.md @@ -0,0 +1,11 @@ +# Tmux Themes + +Making your Tmux multiplexer colors match your Catppucino colors is easy! Simply copy the `.conf` file into your `.tmux.conf` (which should be located under `$HOME`). + +## Base config + +In this directory you'd also find a [base config for Tmux]() with useful comment to get you started if you don't already have one. + +## Alacritty/Kitty Incompatibility + +If you are having issues with the colors not displaying accordingly, see the [README from the Catppucino themes for Alacritty](https://github.com/Pocco81/Catppuccino.nvim/tree/main/extra/alacritty)