README
changeset 63 c384fa42f8a2
parent 62 c933fa2cd204
child 64 30343993578e
--- a/README	Fri Apr 15 23:10:12 2011 -0700
+++ b/README	Sat Apr 16 11:51:16 2011 -0700
@@ -35,6 +35,21 @@
     [artemis]
     issues = _issues
 
+Additionally, one can define colors for the issue list, based on the
+issues' states. For example::
+
+    new.color           = red
+    new.attrs           = bold
+    resolved.color      = white
+    in-progress.color   = yellow
+    in-progress.attrs   = bold
+
+will highlight issues with the state "new" as bold red, "resolved" issues
+as white, and "in-progress" issues as bold yellow. Artemis uses termcolor_
+library for the output, see its documentation for color options.
+
+.. _`termcolor`:    http://pypi.python.org/pypi/termcolor/
+
 
 Example
 -------