summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
blob: e1946658ec9f84119b04fa8c31ccc32f4f5499e4 (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 guilt_colors

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