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:
5
todo.cfg
5
todo.cfg
@@ -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 ===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user