diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 1c67fa6da..d5511dff0 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -52,7 +52,7 @@ |<>|Border color of an info message. |<>|Foreground color an info message. |<>|Background color of a warning message. -|<>|Border color of an error message. +|<>|Border color of a warning message. |<>|Foreground color a warning message. |<>|Background color for prompts. |<>|Border used around UI elements in prompts. @@ -951,7 +951,7 @@ Default: +pass:[darkorange]+ [[colors.messages.warning.border]] === colors.messages.warning.border -Border color of an error message. +Border color of a warning message. Type: <> diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index 54fefe29e..9f47a7d70 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -1620,7 +1620,7 @@ colors.messages.warning.bg: colors.messages.warning.border: default: '#d47300' type: QssColor - desc: Border color of an error message. + desc: Border color of a warning message. colors.messages.info.fg: default: white