fix colors

This commit is contained in:
2023-05-11 11:03:37 -04:00
parent f63bfda16f
commit 903d9295be
+10 -8
View File
@@ -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