summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index 108d4f8..d942dab 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -368,7 +368,7 @@ set_prompt_colors ()
prompt_colors[braces]="$prompt_colors[bar]" # braces (around date) - bar color
prompt_colors[error]="$color[bold];$color[yellow]" # error code - bold yellow
- prompt_colors[warning]="$color[bold];$color[black]"
+ prompt_colors[warning]="$color[bold];$color[yellow]"
date_colors[normal]=$prompt_colors[soft_generic]
date_colors[exec]=$prompt_colors[bold_generic]