home-services: zathura: Correct some face values

pull/1/head
Luis Guilherme Coelho 2023-12-01 11:06:10 -03:00
parent a890f115ee
commit 3130b87ff1
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 8 additions and 8 deletions

View File

@ -302,12 +302,12 @@ mode.")
(completion-face (completion-face
(face (face (face (face
(background "#232323") (background "#232323")
(foreground "#dddddd"))) (foreground "#DDDDDD")))
"Defines the face used for command line completion entries.") "Defines the face used for command line completion entries.")
(completion-group-face (completion-group-face
(face (face (face (face
(background "#000000") (background "#000000")
(foreground "#dedede"))) (foreground "#DEDEDE")))
"Defines the face used for command line completion group elements.") "Defines the face used for command line completion group elements.")
(completion-highlight-face (completion-highlight-face
(face (face (face (face
@ -317,7 +317,7 @@ mode.")
(default-face (default-face
(face (face (face (face
(background "#000000") (background "#000000")
(foreground "#dddddd"))) (foreground "#DDDDDD")))
"Defines the default face.") "Defines the default face.")
(exec-command (exec-command
maybe-string maybe-string
@ -340,18 +340,18 @@ mode.")
"Defines the face used for notifications.") "Defines the face used for notifications.")
(notification-error-face (notification-error-face
(face (face (face (face
(background "#FFFFFF") (background "#FF1212")
(foreground "#FF1212"))) (foreground "#000000")))
"Defines the face used for error notifications.") "Defines the face used for error notifications.")
(notification-warning-face (notification-warning-face
(face (face (face (face
(background "#FFFFFF") (background "#FFF712")
(foreground "#FFF712"))) (foreground "#000000")))
"Defines the face used for a warning notification.") "Defines the face used for a warning notification.")
(statusbar-face (statusbar-face
(face (face (face (face
(background "#000000") (background "#000000")
(foreground "#ffffff"))) (foreground "#FFFFFF")))
"Defines the face used for the statusbar.") "Defines the face used for the statusbar.")
(statusbar-h-padding (statusbar-h-padding
(exact-integer 8) (exact-integer 8)