Styles

Flag: --active-color
Env: $TODOTXT_TUI_ACTIVE_COLOR
Conf: active_color
Sets the color used to indicate the active window or element within the application. This provides a visual cue for the currently focused UI component.

default: Red


Flag: --priority-style
Env: $TODOTXT_TUI_PRIORITY_STYLE
Conf: priority_style
Defines the styles applied to tasks based on their priority levels.

default:

A.fg = "Red"
B.fg = "Yellow"
C.fg = "Blue"

Flag: --projects-style
Env: $TODOTXT_TUI_PROJECTS_STYLE
Conf: projects_style
Specifies the text style for displaying projects within the task list. Projects are identified by their `+ProjectName` syntax.

Flag: --contexts-style
Env: $TODOTXT_TUI_CONTEXTS_STYLE
Conf: contexts_style
Sets the text style for displaying contexts in the task list. Contexts are identified by their `@ContextName` syntax.

Flag: --hashtags-style
Env: $TODOTXT_TUI_HASHTAGS_STYLE
Conf: hashtags_style
Configures the text style for displaying hashtags in the task list. Hashtags are identified by their `#HashtagName` syntax.

Flag: --category-style
Env: $TODOTXT_TUI_CATEGORY_STYLE
Conf: category_style
Defines the default text style for displaying projects, contexts, and hashtags. This serves as the base style and is overridden by specific configurations for individual categories.

Flag: --category-select-style
Env: $TODOTXT_TUI_CATEGORY_SELECT_STYLE
Conf: category_select_style
Specifies the text style applied to categories when they are selected for filtering.

default:

fg = "Green"

Flag: --category-remove-style
Env: $TODOTXT_TUI_CATEGORY_REMOVE_STYLE
Conf: category_remove_style
Specifies the text style applied to categories that are filtered out from the view.

default:

fg = "Red"

Flag: --custom-category-style
Env: $TODOTXT_TUI_CUSTOM_CATEGORY_STYLE
Conf: custom_category_style
Allows custom text styles to be applied to specific categories by name. Note: Custom styles defined here will override all other category-specific styles, including `category_style`, `category_select_style`, and `category_remove_style`

default:

"+todo-tui".fg = "LightBlue"

Flag: --highlight
Env: $TODOTXT_TUI_HIGHLIGHT
Conf: highlight
Specifies the text style for highlighting elements in the task list that match a search query.

default:

bg = "Yellow"