Skip to content

Commit

Permalink
docs: update mode styles in theme documentation (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: sxyazi <[email protected]>
  • Loading branch information
daschw and sxyazi authored Dec 15, 2024
1 parent 972a100 commit 2ffeee2
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions docs/configuration/theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,29 @@ Highlighting: The built-in syntax highlighting feature

Code preview highlighting themes, which are paths to `.tmTheme` files. You can find them on GitHub [using "tmTheme" as a keyword](https://github.com/search?q=tmTheme&type=repositories)

## [mode] {#mode}

Normal mode

- normal_main (Style): Normal mode main style.
- normal_alt (Style): Normal mode alternative style.

Select mode

- select_main (Style): Select mode main style.
- select_alt (Style): Select mode alternative style.

Unset mode

- unset_main (Style): Unset mode main style.
- unset_alt (Style): Unset mode alternative style.

## [status] {#status}

- separator_open (String): Opening separator symbol. e.g. `"["`.
- separator_close (String): Closing separator symbol. e.g. `"]"`.
- separator_style (Style): Separator style.

Mode

- mode_normal (Style): Normal mode style.
- mode_select (Style): Select mode style.
- mode_unset (Style): Unset mode style.

Progress

- progress_label (Style): Progress label style.
Expand Down

0 comments on commit 2ffeee2

Please sign in to comment.