From 96c0cde8b8d31e6faf958a35b8eb328325a64c0f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 11 Oct 2017 16:26:52 +0200 Subject: [PATCH] Fix copy-paste error in colors.messages.warning.border description --- doc/help/settings.asciidoc | 4 ++-- qutebrowser/config/configdata.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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