From d85cd2140657bc91e8f21f86903354b5bb51a4e8 Mon Sep 17 00:00:00 2001 From: Elias Elwyn Date: Tue, 4 Jul 2023 01:25:00 +1000 Subject: [PATCH] Fix error in zathurarc(5) Swap default values for notification-error-bg and fg, and notification-warning-bg and fg --- doc/man/zathurarc.5.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/man/zathurarc.5.rst b/doc/man/zathurarc.5.rst index a7601e4..7b83808 100644 --- a/doc/man/zathurarc.5.rst +++ b/doc/man/zathurarc.5.rst @@ -509,25 +509,25 @@ girara Defines the background color for an error notification * Value type: String - * Default value: #FFFFFF + * Default value: #FF1212 *notification-error-fg* Defines the foreground color for an error notification * Value type: String - * Default value: #FF1212 + * Default value: #FFFFFF *notification-warning-bg* Defines the background color for a warning notification * Value type: String - * Default value: #FFFFFF + * Default value: #FFF712 *notification-warning-fg* Defines the foreground color for a warning notification * Value type: String - * Default value: #FFF712 + * Default value: #FFFFFF *statusbar-bg* Defines the background color of the statusbar