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:
7
todo.cfg
7
todo.cfg
@@ -17,8 +17,13 @@ export TMP_FILE="$TODO_DIR/todo.tmp"
|
|||||||
|
|
||||||
# === COLOR MAP ===
|
# === 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.
|
## 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 BLACK='\\033[0;30m'
|
||||||
# export RED='\\033[0;31m'
|
# export RED='\\033[0;31m'
|
||||||
|
|||||||
Reference in New Issue
Block a user