From 95ff0cb8b5fc729ad9996fbd872027f2f569b79d Mon Sep 17 00:00:00 2001 From: andr31ab Date: Sat, 15 Nov 2025 20:20:16 -0300 Subject: [PATCH] Add andr31ab theme --- themes/andr31ab.zsh-theme | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/andr31ab.zsh-theme diff --git a/themes/andr31ab.zsh-theme b/themes/andr31ab.zsh-theme new file mode 100644 index 000000000..ae716f585 --- /dev/null +++ b/themes/andr31ab.zsh-theme @@ -0,0 +1,8 @@ +PROMPT='%(!.%{$fg_bold[red]%}ļ„• .%{$fg_bold[green]%}ļ„• ) ' +PROMPT+='%{$fg[cyan]%}%~%{$reset_color%} $(git_prompt_info)' +PROMPT+=$'\n→ ' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}) " +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}āœ—%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN=""