From b2ae6bea5b2b9a53b71acaed3088a15d81c96e7e Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 23 Jul 2024 16:35:47 +1200 Subject: [PATCH] emacs: reformat faces --- .emacs.d/init.el | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 40d0d9d..99c2943 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -305,24 +305,18 @@ value `italic'." (link :foreground ,accent :underline t) (mode-line-inactive :weight light) (help-key-binding - :family ,fixedpt - :background "#181825" - :foreground ,accent + :family ,fixedpt :background "#181825" :foreground ,accent :box (:line-width (-1 . -1) :color "#11111b" :style nil)) (widget-field - :extend t - :background "#181825" + :extend t :background "#181825" :box (:line-width (1 . 1) :color "#11111b")) (custom-button - :background "#181825" - :foreground "white" + :background "#181825" :foreground "white" :box (:line-width (1 . 1) :color "#11111b" :style nil)) (custom-button-mouse :background "#11111b" :foreground "white") (custom-button-pressed :inherit custom-button-mouse :box (:line-width (1 . 1) :color "#11111b")) - (info-xref :inherit link - :background "#181825" - :foreground ,accent) + (info-xref :inherit link :background "#181825" :foreground ,accent) (anzu-mode-line :foreground ,accent) (breadcrumb-imenu-leaf-face :foreground ,accent) (dashboard-heading :foreground ,accent :height 1.1 :weight bold)