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
(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)