From 174245d5255e4a33bf5b380edb0d20f3bbb59e31 Mon Sep 17 00:00:00 2001 From: Axel Tibbling Date: Sat, 9 Nov 2024 10:26:52 +0100 Subject: [PATCH] add dracula and sparkles --- themes/cypher.zsh-theme | 2 +- themes/dracula.zsh-theme | 1 + themes/sparkles.zsh-theme | 15 +++++++++++++++ themes/theunraveler.zsh-theme | 16 +++++++--------- 4 files changed, 24 insertions(+), 10 deletions(-) create mode 120000 themes/dracula.zsh-theme create mode 100644 themes/sparkles.zsh-theme diff --git a/themes/cypher.zsh-theme b/themes/cypher.zsh-theme index 6e6b78ee6..f4e78480d 100644 --- a/themes/cypher.zsh-theme +++ b/themes/cypher.zsh-theme @@ -1,4 +1,4 @@ # Based on evan's prompt # Shows the exit status of the last command if non-zero # Uses "#" instead of "»" when running with elevated privileges -PROMPT="%m %{${fg_bold[red]}%}:: %{${fg[green]}%}%3~%(0?. . %{${fg[red]}%}%? )%{${fg[blue]}%}»%{${reset_color}%} " +PROMPT="%m %{${fg_bold[purple]}%}::%{${fg_bold[green]}%}%3~%(0?. . %{${fg[red]}%}%? )%{${fg[blue]}%}»%{${reset_color}%} " diff --git a/themes/dracula.zsh-theme b/themes/dracula.zsh-theme new file mode 120000 index 000000000..ba1f731f1 --- /dev/null +++ b/themes/dracula.zsh-theme @@ -0,0 +1 @@ +dracula.zsh-theme \ No newline at end of file diff --git a/themes/sparkles.zsh-theme b/themes/sparkles.zsh-theme new file mode 100644 index 000000000..c90d1cc19 --- /dev/null +++ b/themes/sparkles.zsh-theme @@ -0,0 +1,15 @@ +# Sparkles theme + +PROMPT='%{$fg[magenta]%}[%c] %{$reset_color%} %{$fg[green]%}$(git_prompt_info)%{$reset_color%} $(git_prompt_status)%{$reset_color%} > ' + +# ZSH_THEME_GIT_PROMPT_PREFIX="" +ZSH_THEME_GIT_PROMPT_SUFFIX="" +ZSH_THEME_GIT_PROMPT_PREFIX="\uebdb " +ZSH_THEME_GIT_PROMPT_DIRTY="" +ZSH_THEME_GIT_PROMPT_CLEAN="" +ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%} ^" +ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[white]%} *" +ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} x" +ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%} ->" +ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[magenta]%} xx" +ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[white]%} ?" diff --git a/themes/theunraveler.zsh-theme b/themes/theunraveler.zsh-theme index e4bfb79c5..5a072445b 100644 --- a/themes/theunraveler.zsh-theme +++ b/themes/theunraveler.zsh-theme @@ -1,16 +1,14 @@ # Comment -PROMPT='%{$fg[magenta]%}[%c] %{$reset_color%}' - -RPROMPT='%{$fg[magenta]%}$(git_prompt_info)%{$reset_color%} $(git_prompt_status)%{$reset_color%}' +PROMPT='%{$fg[magenta]%}[%c] %{$reset_color%} %{$fg[magenta]%}$(git_prompt_info)%{$reset_color%} $(git_prompt_status)%{$reset_color%}> ' ZSH_THEME_GIT_PROMPT_PREFIX="" ZSH_THEME_GIT_PROMPT_SUFFIX="" ZSH_THEME_GIT_PROMPT_DIRTY="" ZSH_THEME_GIT_PROMPT_CLEAN="" -ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%} ✈" -ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[yellow]%} ✭" -ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} ✗" -ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%} ➦" -ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[magenta]%} ✂" -ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[grey]%} ✱" \ No newline at end of file +ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%} ^" +ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[white]%} *" +ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} x" +ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%} ->" +ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[magenta]%} xx" +ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[white]%} ?"