diff options
Diffstat (limited to '11_Colors.zsh')
| -rw-r--r-- | 11_Colors.zsh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh index 9448f53..5cdaa0c 100644 --- a/11_Colors.zsh +++ b/11_Colors.zsh @@ -8,7 +8,7 @@ ## these files with or without this notice. ## -typeset -A _prompt_colors _gcl_colors _mail_colors _correct_colors _battery_colors _date_colors _agent_colors _guilt_colors +typeset -A _prompt_colors _gcl_colors _mail_colors _correct_colors _battery_colors _date_colors _agent_colors _guilt_colors _dropbox_status _correct_colors[error]="$color[red];$color[bold]" _correct_colors[suggest]="$color[blue];$color[bold]" @@ -102,5 +102,8 @@ __set_prompt_colors () _guilt_colors[applied]=$_gcl_colors[cached] _guilt_colors[unapplied]=$color[black] + + _dropbox_status[sync]=$_gcl_colors[changed] + _dropbox_status[uptodate]=$_gcl_colors[uptodate] } |
