home-services: zathura: Correct some face values
parent
a890f115ee
commit
3130b87ff1
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue