From 1d1767de951cb18ca0fb28d8b30e699cc7c94a19 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 24 Nov 2012 13:55:29 +0100 Subject: add forgotten colorit.conf --- etc/colorit.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 etc/colorit.conf (limited to 'etc') diff --git a/etc/colorit.conf b/etc/colorit.conf new file mode 100644 index 00000000..09abecf0 --- /dev/null +++ b/etc/colorit.conf @@ -0,0 +1,29 @@ +dnl /srv/jenkins/colorit.conf vim:ft=m4 +dnl +dnl Sample configuration file for colorit(1) program +dnl +divert(-1) +dnl +dnl Define some useful color variables +dnl +define(`black', `0') +define(`red', `1') +define(`green', `2') +define(`brown', `3') +define(`blue', `4') +define(`magenta', `5') +define(`cyan', `6') +define(`white', `7') +dnl +dnl Mark macro arguments: regexp foreground-color [background-color] +dnl +define(`mark', ``mark "$1"'' `ifelse(`$#', `3', ``"\033[3$2;4$3m"'', ``"\033[3$2m"'')' `"\033[m"') +dnl +divert +mark(`Jenkins',blue) +mark(`unstable',brown) +mark(`became',became) +mark(`failed',red) +mark(` stable',green) +mark(`<.*>',cyan) + -- cgit v1.2.3-54-g00ecf