From 0be44ee9bd226cf6b9779d4ebd7f3d95362efce5 Mon Sep 17 00:00:00 2001 From: Roeeeee <35409124+5c077m4n@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:37:14 +0000 Subject: [PATCH] docs(README.md): add missing formatting for setting tmux options (#132) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a4c9427..7dac28d 100644 --- a/README.md +++ b/README.md @@ -204,11 +204,15 @@ Use this to override the way the directory is displayed. #### Set the pane border style: +```sh set -g @catppuccin_pane_border_style "fg=blue" # Use a value compatible with the standard tmux 'pane-border-style' +``` #### Set the pane active border style: +```sh set -g @catppuccin_pane_active_border_style "fg=red" # Use a value compatible with the standard tmux 'pane-border-active-style' +``` ### Status