From dd2f14f506a0c88102ffe9f119d81aeec35ee85e Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 30 Apr 2025 10:02:18 +1200 Subject: [PATCH] emacs: remove extra faces Remove faces that are now part of catppuccin upstream --- .emacs.d/init.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index aabea0a..4ab4657 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -326,9 +326,6 @@ value `italic'." (font-lock-keyword-face :slant italic) (link :foreground ,accent :underline t) (mode-line-inactive :weight light) - (help-key-binding - :family ,fixedpt :background ,darker :foreground ,accent - :box (:line-width (-1 . -1) :color ,darkest :style nil)) (widget-field :extend t :background ,darker :box (:line-width (1 . 1) :color ,darkest)) @@ -338,10 +335,6 @@ value `italic'." (custom-button-mouse :background ,darkest :foreground ,text) (custom-button-pressed :inherit custom-button-mouse :box (:line-width (1 . 1) :color ,darkest)) - (match :background ,accent) - (lazy-highlight :background ,bground :foreground ,accent) - (info-xref :inherit link :background ,darker :foreground ,accent) - (anzu-mode-line :foreground ,accent) (breadcrumb-imenu-leaf-face :foreground ,accent) (dashboard-heading :foreground ,accent :height 1.2 :weight bold) (corfu-default :background ,darker)