From 57a1cf10431e7c98663ddd11b7f27eaf80f222ba Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 18 Jun 2015 17:21:15 +0200 Subject: Colors.. --- 10_Environment.zsh | 2 +- 11_Colors.zsh | 2 +- 13_ZshHighlight.zsh | 1 + net:anevia.com/user:hhiegel/Colors.zsh | 10 +++++++--- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/10_Environment.zsh b/10_Environment.zsh index c793d3c..658b362 100644 --- a/10_Environment.zsh +++ b/10_Environment.zsh @@ -64,7 +64,7 @@ _tx_=${${has_termcaps:+"x"}:-"|"} PS1_ROOT=${PS1_ROOT:-$color[red]} PS1_USER=${PS1_USER:-$color[blue]} # Specific color for YeahConsole -PS1_YEAH="38;5;82" +PS1_YEAH="38;5;124" ## Variables d'environnement ``classiques'' # diff --git a/11_Colors.zsh b/11_Colors.zsh index b61ebae..d5ae7ce 100644 --- a/11_Colors.zsh +++ b/11_Colors.zsh @@ -81,7 +81,7 @@ __set_prompt_colors () _gcl_colors[init]="$color[black];$color[bold]" _gcl_colors[gitdir]="$color[red];$color[bold]" _gcl_colors[uptodate]="38;5;39" - _gcl_colors[merging]="$color[bg-black]" + _gcl_colors[merging]="48;5;202" _gcl_colors[changed]="$color[green]" _gcl_colors[cached]="$color[yellow];$color[bold]" _gcl_colors[mixed]="$color[green];$color[bold]" diff --git a/13_ZshHighlight.zsh b/13_ZshHighlight.zsh index d2715f4..f0fe8bd 100644 --- a/13_ZshHighlight.zsh +++ b/13_ZshHighlight.zsh @@ -38,6 +38,7 @@ ZSH_HIGHLIGHT_STYLES[function]="fg=cyan,bold,underline" ZSH_HIGHLIGHT_STYLES[history-expansion]="fg=blue" ZSH_HIGHLIGHT_STYLES[path]="fg=blue" +ZSH_HIGHLIGHT_STYLES[path_approx]="fg=magenta,bg=color106" ZSH_HIGHLIGHT_STYLES[globbing]="fg=blue,bold" ZSH_HIGHLIGHT_STYLES[commandseparator]="none" diff --git a/net:anevia.com/user:hhiegel/Colors.zsh b/net:anevia.com/user:hhiegel/Colors.zsh index 8b0c37a..8c8432f 100644 --- a/net:anevia.com/user:hhiegel/Colors.zsh +++ b/net:anevia.com/user:hhiegel/Colors.zsh @@ -1,12 +1,16 @@ typeset -A _env_colors -_env_colors[dist_none]="38;5;21" -_env_colors[dist_lenny]="38;5;40" -_env_colors[dist_wheezy]="38;5;69" +_env_colors[dist_none]="38;5;19" +_env_colors[dist_lenny]="38;5;21" +_env_colors[dist_wheezy]="38;5;26" _env_colors[base_none]="38;5;196" _env_colors[base_stable]="38;5;82" _env_colors[base_testing]="38;5;62" _env_colors[base_unstable]="38;5;69" +_env_colors[arch_none]="38;5;196" +_env_colors[arch_i386]="38;5;62" +_env_colors[arch_amd64]="38;5;69" + -- cgit v1.2.3