From ca8193d2ed3ccfb1b2bcb208a390eb4c4481a3a9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 6 Aug 2009 00:03:54 +0200 Subject: add pacman-color --- pacman-color/color.conf | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 pacman-color/color.conf (limited to 'pacman-color/color.conf') diff --git a/pacman-color/color.conf b/pacman-color/color.conf new file mode 100644 index 0000000..2115753 --- /dev/null +++ b/pacman-color/color.conf @@ -0,0 +1,45 @@ +# Configuration for pacman-color +# ------------------------------ +# in default are all colors "intensive", +# it looks much better on black backround +# +# valid colors: +# black +# red +# green +# yellow +# blue +# magenta +# cyan +# white +# gray +# intensive red +# intensive green +# intensive yellow +# intensive blue +# intensive magenta +# intensive cyan +# intensive white +# intensive foreground +# none + +# error: prefix, fail, Remove (?):, MISSING +#Red = intensive red + +# done, success, pkg version, Not Modified +#Green = intensive green + +# warning: prefix, Targets (?):, MODIFIED +#Yellow = intensive yellow + +# :: prefix, pkg group, counter in install proces +#Blue = intensive blue + +# repo name, package file name +#Magenta = intensive magenta + +# url +#Cyan = intensive cyan + +# messages with :: prefix, titles, etc +#White = intensive foreground -- cgit v1.2.3-24-g4f1b