From 94325f57cdcc3498327cce680f33eab5e2311834 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Sat, 17 Jul 2010 21:29:55 +0200 Subject: [PATCH] Improved color map instructions. Clarified the use of ANSI escape codes. Added motivation why to change, e.g. when using Conky. Added requirement to uncomment color defaults when changing the color map, based on a support request on the mailing list. --- todo.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/todo.cfg b/todo.cfg index b346f7e..f7bf658 100644 --- a/todo.cfg +++ b/todo.cfg @@ -17,8 +17,13 @@ export TMP_FILE="$TODO_DIR/todo.tmp" # === COLOR MAP === -## If you have re-mapped your color codes, you may need to +## Text coloring and formatting is done by inserting ANSI escape codes. +## If you have re-mapped your color codes, or use the todo.txt +## output in another output system (like Conky), you may need to ## over-ride by uncommenting and editing these defaults. +## If you change any of these here, you also need to uncomment +## the defaults in the COLORS section below. Otherwise, todo.txt +## will still use the defaults! # export BLACK='\\033[0;30m' # export RED='\\033[0;31m'