emacs: reformat faces

This commit is contained in:
Jeremy Baxter 2024-07-23 16:35:47 +12:00
parent 5c1155ba6d
commit b2ae6bea5b

View file

@ -305,24 +305,18 @@ value `italic'."
(link :foreground ,accent :underline t) (link :foreground ,accent :underline t)
(mode-line-inactive :weight light) (mode-line-inactive :weight light)
(help-key-binding (help-key-binding
:family ,fixedpt :family ,fixedpt :background "#181825" :foreground ,accent
:background "#181825"
:foreground ,accent
:box (:line-width (-1 . -1) :color "#11111b" :style nil)) :box (:line-width (-1 . -1) :color "#11111b" :style nil))
(widget-field (widget-field
:extend t :extend t :background "#181825"
:background "#181825"
:box (:line-width (1 . 1) :color "#11111b")) :box (:line-width (1 . 1) :color "#11111b"))
(custom-button (custom-button
:background "#181825" :background "#181825" :foreground "white"
:foreground "white"
:box (:line-width (1 . 1) :color "#11111b" :style nil)) :box (:line-width (1 . 1) :color "#11111b" :style nil))
(custom-button-mouse :background "#11111b" :foreground "white") (custom-button-mouse :background "#11111b" :foreground "white")
(custom-button-pressed :inherit custom-button-mouse (custom-button-pressed :inherit custom-button-mouse
:box (:line-width (1 . 1) :color "#11111b")) :box (:line-width (1 . 1) :color "#11111b"))
(info-xref :inherit link (info-xref :inherit link :background "#181825" :foreground ,accent)
:background "#181825"
:foreground ,accent)
(anzu-mode-line :foreground ,accent) (anzu-mode-line :foreground ,accent)
(breadcrumb-imenu-leaf-face :foreground ,accent) (breadcrumb-imenu-leaf-face :foreground ,accent)
(dashboard-heading :foreground ,accent :height 1.1 :weight bold) (dashboard-heading :foreground ,accent :height 1.1 :weight bold)