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.
This commit is contained in:
Ingo Karkat
2010-07-17 21:29:55 +02:00
parent 938bbc1ec2
commit 94325f57cd

View File

@@ -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'