Aligned PRI_X comment with updated one in config.

As an addendum to commit 9b7f85bea1.
This commit is contained in:
Ingo Karkat
2010-07-17 09:47:39 +02:00
parent 99f8911c8f
commit 938bbc1ec2

View File

@@ -468,7 +468,7 @@ export DEFAULT='\\033[0m'
export PRI_A=$YELLOW # color for A priority export PRI_A=$YELLOW # color for A priority
export PRI_B=$GREEN # color for B priority export PRI_B=$GREEN # color for B priority
export PRI_C=$LIGHT_BLUE # color for C priority export PRI_C=$LIGHT_BLUE # color for C priority
export PRI_X=$WHITE # color for rest of them export PRI_X=$WHITE # color unless explicitly defined
# Default highlight colors. # Default highlight colors.
export COLOR_DONE=$LIGHT_GREY # color for done (but not yet archived) tasks export COLOR_DONE=$LIGHT_GREY # color for done (but not yet archived) tasks