diff --git a/modules/radix/home/services/zathura.scm b/modules/radix/home/services/zathura.scm index 8eda703..c6c72f8 100644 --- a/modules/radix/home/services/zathura.scm +++ b/modules/radix/home/services/zathura.scm @@ -302,12 +302,12 @@ mode.") (completion-face (face (face (background "#232323") - (foreground "#dddddd"))) + (foreground "#DDDDDD"))) "Defines the face used for command line completion entries.") (completion-group-face (face (face (background "#000000") - (foreground "#dedede"))) + (foreground "#DEDEDE"))) "Defines the face used for command line completion group elements.") (completion-highlight-face (face (face @@ -317,7 +317,7 @@ mode.") (default-face (face (face (background "#000000") - (foreground "#dddddd"))) + (foreground "#DDDDDD"))) "Defines the default face.") (exec-command maybe-string @@ -340,18 +340,18 @@ mode.") "Defines the face used for notifications.") (notification-error-face (face (face - (background "#FFFFFF") - (foreground "#FF1212"))) + (background "#FF1212") + (foreground "#000000"))) "Defines the face used for error notifications.") (notification-warning-face (face (face - (background "#FFFFFF") - (foreground "#FFF712"))) + (background "#FFF712") + (foreground "#000000"))) "Defines the face used for a warning notification.") (statusbar-face (face (face (background "#000000") - (foreground "#ffffff"))) + (foreground "#FFFFFF"))) "Defines the face used for the statusbar.") (statusbar-h-padding (exact-integer 8)