From fc65d2e76e8433a225d13caa8ca300e12c6cabbf Mon Sep 17 00:00:00 2001 From: Fabien Benureau Date: Wed, 10 Oct 2012 16:32:04 +0200 Subject: [PATCH] semantic names for colors --- papers/color.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/papers/color.py b/papers/color.py index af83435..a01d350 100644 --- a/papers/color.py +++ b/papers/color.py @@ -20,4 +20,10 @@ byellow = '\033[1;33m' bblue = '\033[1;34m' bpurple = '\033[1;35m' bcyan = '\033[1;36m' -bgrey = '\033[1;37m' \ No newline at end of file +bgrey = '\033[1;37m' + +# application specific +error = red +normal = grey +citekey = purple +filepath = cyan