Config file addendum to generalization of PRI_X color support.

Adapts the config file comments to the generalization of PRI_X color support to all priorities (commit e7b5841721).
This commit is contained in:
Ingo Karkat
2010-07-15 14:04:30 +02:00
parent a7afc7917d
commit 9b7f85bea1

View File

@@ -41,13 +41,14 @@ export TMP_FILE="$TODO_DIR/todo.tmp"
# === PRIORITY COLORS ===
## Priorities can be any upper-case letter.
## Colors are supported for the first three.
## A,B,C are highlighted; you can add coloring for more.
## Uncomment and edit to override these defaults.
# export PRI_A=$YELLOW # color for A priority
# export PRI_B=$GREEN # color for B priority
# export PRI_C=$LIGHT_BLUE # color for C priority
# export PRI_X=$WHITE # color for rest of them
# export PRI_D=... # define your own
# export PRI_X=$WHITE # color unless explicitly defined
# === BEHAVIOR ===