summaryrefslogtreecommitdiffstats
path: root/docs/html/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/index.md')
-rw-r--r--docs/html/index.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/html/index.md b/docs/html/index.md
index cc789d1..7c27bcc 100644
--- a/docs/html/index.md
+++ b/docs/html/index.md
@@ -302,7 +302,7 @@ You can edit Taskell's colour-scheme by editing `theme.ini`:
title.fg = green
; status bar
-statusBar.bg = magenta
+statusBar.bg = blue
statusBar.fg = black
; current list title
@@ -310,6 +310,17 @@ titleCurrent.fg = blue
; current task
taskCurrent.fg = magenta
+
+; subtasks
+; selected
+subtaskCurrent.fg = magenta
+; incomplete
+subtaskIncomplete.fg = blue
+; complete
+subtaskComplete.fg = yellow
+
+; disabled
+disabled.fg = yellow
```
You can also change the background and default text colour: