emacs: remove extra faces

Remove faces that are now part of catppuccin upstream
This commit is contained in:
Jeremy Baxter 2025-04-30 10:02:18 +12:00
parent 3afd9f9c44
commit dd2f14f506

View file

@ -326,9 +326,6 @@ value `italic'."
(font-lock-keyword-face :slant italic) (font-lock-keyword-face :slant italic)
(link :foreground ,accent :underline t) (link :foreground ,accent :underline t)
(mode-line-inactive :weight light) (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 (widget-field
:extend t :background ,darker :extend t :background ,darker
:box (:line-width (1 . 1) :color ,darkest)) :box (:line-width (1 . 1) :color ,darkest))
@ -338,10 +335,6 @@ value `italic'."
(custom-button-mouse :background ,darkest :foreground ,text) (custom-button-mouse :background ,darkest :foreground ,text)
(custom-button-pressed :inherit custom-button-mouse (custom-button-pressed :inherit custom-button-mouse
:box (:line-width (1 . 1) :color ,darkest)) :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) (breadcrumb-imenu-leaf-face :foreground ,accent)
(dashboard-heading :foreground ,accent :height 1.2 :weight bold) (dashboard-heading :foreground ,accent :height 1.2 :weight bold)
(corfu-default :background ,darker) (corfu-default :background ,darker)