diff --git a/catppuccin.tmux b/catppuccin.tmux index a1605f64..da2280b4 100755 --- a/catppuccin.tmux +++ b/catppuccin.tmux @@ -50,7 +50,7 @@ main() { # NOTE: For backwards compatibility remove before 1.0.0 if [ -z "$theme" ]; then theme="$(get_tmux_option "@catppuccin_flavour" "mocha")" - tmux_echo "catppuccin warning: @catppuccin_flavour has been deprecated use @catppuccin_flavour" 103 + tmux_echo "catppuccin warning: \\\"@catppuccin_flavour\\\" has been deprecated use \\\"@catppuccin_flavor\\\"" 103 fi # NOTE: Pulling in the selected theme by the theme that's being set as local diff --git a/utils/module_utils.sh b/utils/module_utils.sh index 8dd2a7e4..3f168de6 100644 --- a/utils/module_utils.sh +++ b/utils/module_utils.sh @@ -35,9 +35,9 @@ load_modules() { if [[ -z "${module_name/ }" ]]; then if [[ -z "${modules_list/ }" ]]; then - tmux_echo "catppuccin warning: a module list has only white space, to remove all modules set it to \"null\"" 100 + tmux_echo "catppuccin warning: a module list has only white space, to remove all modules set it to \\\"null\\\"" 100 else - tmux_echo "catppuccin warning: a module list with value \"$modules_list\" has leading/trailing whitespace" 101 + tmux_echo "catppuccin warning: a module list with value \\\"$modules_list\\\" has leading/trailing whitespace" 101 fi continue fi