diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-09 00:51:08 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-09 00:51:08 +0200 |
commit | 3c1bc97ddc76d407c16e2b576e752be1475d051b (patch) | |
tree | de4b8a3d0fe4e1f9d175017204b2284d31af3e0d /.config/todo | |
parent | 4f652d1c49dcf0cb963404308bc4521918b3a292 (diff) |
todo: colors
Diffstat (limited to '.config/todo')
-rw-r--r-- | .config/todo/config | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.config/todo/config b/.config/todo/config index e8aae62..c5a80fb 100644 --- a/.config/todo/config +++ b/.config/todo/config @@ -6,12 +6,14 @@ export REPORT_FILE="$TODO_DIR/report.txt" export TODOTXT_DEFAULT_ACTION=ls export TODOTXT_SORT_COMMAND='env LC_COLLATE=C sort -k 2,2 -k 1,1n' -export PRI_A=$RED -export PRI_B=$YELLOW -export PRI_C=$GREEN -export PRI_D=$BLUE +export PRI_A=$YELLOW +export PRI_B=$LIGHT_GREEN +export PRI_C=$LIGHT_BLUE export PRI_X=$WHITE -export COLOR_DATE=$CYAN -export COLOR_NUMBER=$BROWN +export COLOR_NUMBER=$DARK_GREY +export COLOR_PROJECT=$RED +export COLOR_CONTEXT=$RED +export COLOR_DATE=$BLUE export COLOR_META=$CYAN +export COLOR_DONE=$LIGHT_GREY |