diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 18513ea84..8f416d3a4 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -212,10 +212,6 @@ |<>|Color of the scrollbar in completion view |<>|Foreground color of the statusbar. |<>|Background color of the statusbar. -|<>|Foreground color of the statusbar if there was an error. -|<>|Background color of the statusbar if there was an error. -|<>|Foreground color of the statusbar if there is a warning. -|<>|Background color of the statusbar if there is a warning. |<>|Foreground color of the statusbar if there is a prompt. |<>|Background color of the statusbar if there is a prompt. |<>|Foreground color of the statusbar in insert mode. @@ -262,6 +258,15 @@ |<>|Text color for the keyhint widget. |<>|Highlight color for keys to complete the current keychain |<>|Background color of the keyhint widget. +|<>|Foreground color of an error message. +|<>|Background color of an error message. +|<>|Border color of an error message. +|<>|Foreground color a warning message. +|<>|Background color of a warning message. +|<>|Border color of an error message. +|<>|Foreground color an info message. +|<>|Background color of an info message. +|<>|Border color of an info message. |============== .Quick reference for section ``fonts'' @@ -287,6 +292,9 @@ |<>|The default font size for regular text. |<>|The default font size for fixed-pitch text. |<>|Font used in the keyhint widget. +|<>|Font used for error messages. +|<>|Font used for warning messages. +|<>|Font used for info messages. |============== == general @@ -1816,30 +1824,6 @@ Background color of the statusbar. Default: +pass:[black]+ -[[colors-statusbar.fg.error]] -=== statusbar.fg.error -Foreground color of the statusbar if there was an error. - -Default: +pass:[${statusbar.fg}]+ - -[[colors-statusbar.bg.error]] -=== statusbar.bg.error -Background color of the statusbar if there was an error. - -Default: +pass:[red]+ - -[[colors-statusbar.fg.warning]] -=== statusbar.fg.warning -Foreground color of the statusbar if there is a warning. - -Default: +pass:[${statusbar.fg}]+ - -[[colors-statusbar.bg.warning]] -=== statusbar.bg.warning -Background color of the statusbar if there is a warning. - -Default: +pass:[darkorange]+ - [[colors-statusbar.fg.prompt]] === statusbar.fg.prompt Foreground color of the statusbar if there is a prompt. @@ -2139,6 +2123,60 @@ Background color of the keyhint widget. Default: +pass:[rgba(0, 0, 0, 80%)]+ +[[colors-messages.fg.error]] +=== messages.fg.error +Foreground color of an error message. + +Default: +pass:[white]+ + +[[colors-messages.bg.error]] +=== messages.bg.error +Background color of an error message. + +Default: +pass:[red]+ + +[[colors-messages.border.error]] +=== messages.border.error +Border color of an error message. + +Default: +pass:[#bb0000]+ + +[[colors-messages.fg.warning]] +=== messages.fg.warning +Foreground color a warning message. + +Default: +pass:[white]+ + +[[colors-messages.bg.warning]] +=== messages.bg.warning +Background color of a warning message. + +Default: +pass:[darkorange]+ + +[[colors-messages.border.warning]] +=== messages.border.warning +Border color of an error message. + +Default: +pass:[#d47300]+ + +[[colors-messages.fg.info]] +=== messages.fg.info +Foreground color an info message. + +Default: +pass:[white]+ + +[[colors-messages.bg.info]] +=== messages.bg.info +Background color of an info message. + +Default: +pass:[black]+ + +[[colors-messages.border.info]] +=== messages.border.info +Border color of an info message. + +Default: +pass:[#333333]+ + == fonts Fonts used for the UI, with optional style/weight/size. @@ -2259,3 +2297,21 @@ Default: empty Font used in the keyhint widget. Default: +pass:[8pt ${_monospace}]+ + +[[fonts-messages.error]] +=== messages.error +Font used for error messages. + +Default: +pass:[8pt ${_monospace}]+ + +[[fonts-messages.warning]] +=== messages.warning +Font used for warning messages. + +Default: +pass:[8pt ${_monospace}]+ + +[[fonts-messages.info]] +=== messages.info +Font used for info messages. + +Default: +pass:[8pt ${_monospace}]+