diff --git a/.config/todo/config b/.config/todo/config index ea97483..4df65d1 100644 --- a/.config/todo/config +++ b/.config/todo/config @@ -1,4 +1,3 @@ -# ~/.config/todo/config ################ # File locations @@ -34,19 +33,22 @@ export YELLOW='\\033[1;33m' export LIGHTBLUE='\\033[1;34m' export LIGHTMAGENTA='\\033[1;35m' export LIGHTCYAN='\\033[1;36m' -export TAG_PRJ='\\033[7;46;36m' -export TAG_CX='\\033[7;44;34m' +#export TAG_PRJ='\\033[7;46;36m' +#export TAG_PRJ='\\033[7;49;96m' +export TAG_PRJ='\\033[0;46;39m' +export TAG_CX='\\033[0;44;39m' +#export TAG_CX='\\033[1;107;94m' # Colors export COLOR_DONE=$GRAY -export COLOR_PROJECT=$TAG_PRJ -export COLOR_CONTEXT=$TAG_CX -export COLOR_DATE=$BLUE -export COLOR_NUMBER=$GRAY +export COLOR_PROJECT=$DEFAULT$TAG_PRJ +export COLOR_CONTEXT=$DEFAULT$TAG_CX +export COLOR_DATE=$CYAN +export COLOR_NUMBER=$BLUE export COLOR_META=$RED export PRI_A=$LIGHTGREEN export PRI_B=$LIGHTBLUE export PRI_C=$YELLOW export PRI_D=$LIGHTMAGENTA - +export PRI_E=$BROWN