summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@orange.com>2025-09-10 09:04:29 +0200
committerHugues Hiegel <hugues.hiegel@orange.com>2025-09-10 09:04:29 +0200
commit16ece8277b08a6d643f854d2e231da5e97b1a641 (patch)
treeb26de41a8c75bf2f931208610ebb128cd8c54e36 /11_Colors.zsh
parent663f69fcd282113f46c8c93c0342fc222de1ebb3 (diff)
Gros commit dégueulasse.orange
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh5
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]
}