diff --git a/bin/TODOlist b/bin/TODOlist
index 3188125..28e900e 100755
--- a/bin/TODOlist
+++ b/bin/TODOlist
@@ -193,9 +193,9 @@ out+=("Start TODOList conky widget,conkyctl startone ${HOME}/.config/conky/TODOl
fi
-out+=("^sep()")
-
-out+=(" About and Help,${0} center")
+# HELP
+#out+=("^sep()")
+#out+=(" About and Help,${0} center")
#out+=(" CLI usage Help,^term(mabox-todo.sh help)")
diff --git a/share/mabox-todolist/config b/share/mabox-todolist/config
index 2eb4682..f706427 100644
--- a/share/mabox-todolist/config
+++ b/share/mabox-todolist/config
@@ -47,6 +47,42 @@ export LIGHT_CYAN='\\033[1;36m'
export WHITE='\\033[1;37m'
export DEFAULT='\\033[0m'
+### for windows... use colors that don't make your eyes bleed :)
+export PINK='\\033[38;5;211m'
+export ORANGE='\\033[38;5;203m'
+export SKYBLUE='\\033[38;5;111m'
+export MEDIUMGREY='\\033[38;5;246m'
+export LAVENDER='\\033[38;5;183m'
+export TAN='\\033[38;5;179m'
+export FOREST='\\033[38;5;22m'
+export MAROON='\\033[38;5;52m'
+export HOTPINK='\\033[38;5;198m'
+export MINTGREEN='\\033[38;5;121m'
+export LIGHTORANGE='\\033[38;5;215m'
+export LIGHTRED='\\033[38;5;203m'
+export JADE='\\033[38;5;35m'
+export LIME='\\033[38;5;154m'
+### background colors
+export PINK_BG='\\033[48;5;211m'
+export ORANGE_BG='\\033[48;5;203m'
+export SKYBLUE_BG='\\033[48;5;111m'
+export MEDIUMGREY_BG='\\033[48;5;246m'
+export LAVENDER_BG='\\033[48;5;183m'
+export TAN_BG='\\033[48;5;179m'
+export FOREST_BG='\\033[48;5;22m'
+export MAROON_BG='\\033[48;5;52m'
+export HOTPINK_BG='\\033[48;5;198m'
+export MINTGREEN_BG='\\033[48;5;121m'
+export LIGHTORANGE_BG='\\033[48;5;215m'
+export LIGHTRED_BG='\\033[48;5;203m'
+export JADE_BG='\\033[48;5;35m'
+export LIME_BG='\\033[48;5;154m'
+### extra attributes
+export UNDERLINE='\\033[4m'
+
+### sample of combining foreground and background
+# export PRI_A=$HOTPINK$MEDIUMGREY_BG$UNDERLINE
+
# === COLORS ===
## Uncomment and edit to override these defaults.
@@ -56,11 +92,15 @@ export DEFAULT='\\033[0m'
# Priorities can be any upper-case letter.
# A,B,C are highlighted; you can add coloring for more.
#
-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_A=$YELLOW # color for A priority
+export PRI_A=$TAN
+#export PRI_B=$GREEN # color for B priority
+export PRI_B=$FOREST
+#export PRI_C=$LIGHT_BLUE # color for C priority
+export PRI_C=$SKYBLUE
# export PRI_D=... # define your own
-export PRI_X=$WHITE # color unless explicitly defined
+#export PRI_X=$WHITE # color unless explicitly defined
+export PRI_X=$JADE # color unless explicitly defined
# There is highlighting for tasks that have been done,
# but haven't been archived yet.
@@ -69,8 +109,10 @@ export COLOR_DONE=$LIGHT_GREY
# There is highlighting for projects, contexts, dates, and item numbers.
#
-export COLOR_PROJECT=$RED
-export COLOR_CONTEXT=$GREEN
+#export COLOR_PROJECT=$RED
+export COLOR_PROJECT=$LIGHTRED
+#export COLOR_CONTEXT=$GREEN
+export COLOR_CONTEXT=$MINTGREEN
export COLOR_DATE=$BLUE
export COLOR_NUMBER=$LIGHT_GREY