Skip to content

Task Styles

Denoted by the [styles.task_styles] tag in TOML.

Focused Bar

can change the color of the focus bar when focused in daily tasks page using the focused_bar key.

default value is:

toml
focused_bar = "#b4befe"

Unfocused Bar

can change the color of the focus bar in daily tasks page using the unfocused_bar key.

default value is:

toml
unfocused_bar = "#45475a"

Completed Task

can change the text and description font color using the [styles.task_styles.completed_style] key.

Title

default value is:

toml
title = "#a6e3a1"

Description

default value is:

toml
desc = "#5a7a57"

Pending Task

can change the text and description font color using the [styles.task_styles.pending_style] key.

Title

default value is:

toml
title = "#6c7086"

Description

default value is:

toml
desc = "#313244"

Started Task

can change the text and description font color using the [styles.task_styles.started_style] key.

Title

default value is:

toml
title = "#f9e2af"

Description

default value is:

toml
desc = "#a38e65"

Abandoned Task

can change the text and description font color using the [styles.task_styles.abandoned_style] key.

Title

default value is:

toml
title = "#f38ba8"

Description

default value is:

toml
desc = "#894454"

Released under the MIT License