From 2ffeee21dfe5c7d24696dfe1405d70a825ed4fc5 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 15 Dec 2024 04:11:30 +0100 Subject: [PATCH] docs: update mode styles in theme documentation (#177) Co-authored-by: sxyazi --- docs/configuration/theme.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/docs/configuration/theme.md b/docs/configuration/theme.md index a5c6020a..19374cca 100644 --- a/docs/configuration/theme.md +++ b/docs/configuration/theme.md @@ -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.