summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
blob: 63c20e27695e7f91b6ef9dbf1095d57003281556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##
## Part of configuration files for Zsh 4
## by Hugues Hiegel <hugues@hiegel.fr>
## 
## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS
##
## You are encouraged to use, modify, and redistribute
## these files with or without this notice.
## 
typeset -A prompt_colors git_colors mail_colors correct_colors battery_colors date_colors agent_colors

correct_colors[error]="$color[red];$color[bold]"
correct_colors[suggest]="$color[blue];$color[bold]"