From c189e740678c828354df4e964f84425be117f748 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Wed, 21 Oct 2020 01:59:02 -0600 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22327a1..9dcc5ee 100644 --- a/README.md +++ b/README.md @@ -92,12 +92,28 @@ Use your favorite installation method to download the [AUR package](https://aur. `taskwarrior-tui` reads values from your `taskwarrior`'s `taskrc` file (default: `~/.taskrc`). +![](https://user-images.githubusercontent.com/1813121/96684390-bf173e80-1338-11eb-971c-ae64233d142e.png) + For example, `color.active` is used to style the active task. If you would like to try it, open your `taskrc` file and change `color.active=white on blue`. -So `color.active` will take precedence over `color.overdue`. +So `color.active` will take precedence over `color.overdue`. You can see what `color.active` is by running `task show color.active` in your favorite shell prompt. -You can see what `color.active` is by running `task show color.active` in your favorite shell prompt. +The following color attributes are supported: + +```plaintext +color.deleted +color.completed +color.active +color.overdue +color.scheduled +color.due.today +color.due +color.blocked +color.blocking +color.recurring +color.tagged +``` Other `taskwarrior-tui` configuration options are possible using the user defined attribute feature of `taskwarrior`. All `taskwarrior-tui` specific configuration options will begin with `uda.taskwarrior-tui.`.