From 422a1bd800a0b121d6e07782620c659cb0232298 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 29 Nov 2024 18:45:28 +0700 Subject: [PATCH] config(zsh): remove underline from catppuccin mocha theme --- data/zsh/bottom-zshrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 7c2727e..ed03c74 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -31,8 +31,11 @@ if [[ -f /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh typeset -A ZSH_HIGHLIGHT_STYLES - ZSH_HIGHLIGHT_STYLES[path]='none' - ZSH_HIGHLIGHT_STYLES[globbing]='none' + # Remove underline from catppuccin mocha theme + ZSH_HIGHLIGHT_STYLES[path]='fg=#cdd6f4' + ZSH_HIGHLIGHT_STYLES[path_pathseparator]='fg=#f38ba8' + ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=#cdd6f4' + ZSH_HIGHLIGHT_STYLES[path_prefix_pathseparator]='fg=#f38ba8' fi # https://github.com/zsh-users/zsh-autosuggestions