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:
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:
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:
title = "#a6e3a1"
Description
default value is:
desc = "#5a7a57"
Pending Task
can change the text and description font color using the [styles.task_styles.pending_style]
key.
Title
default value is:
title = "#6c7086"
Description
default value is:
desc = "#313244"
Started Task
can change the text and description font color using the [styles.task_styles.started_style]
key.
Title
default value is:
title = "#f9e2af"
Description
default value is:
desc = "#a38e65"
Abandoned Task
can change the text and description font color using the [styles.task_styles.abandoned_style]
key.
Title
default value is:
title = "#f38ba8"
Description
default value is:
desc = "#894454"