emac update

This commit is contained in:
2025-12-29 12:12:55 -05:00
parent 3594439b47
commit 14577b8e17
2 changed files with 187 additions and 60 deletions

View File

@@ -77,15 +77,6 @@
'(compilation-mode-line-exit ((t (:foreground "#51b04f"))))
'(compilation-mode-line-fail ((t (:foreground "#ff6f6f"))))
;; Flymake
'(flymake-error ((t (:underline (:style wave :color "#ff6f6f")))))
'(flymake-warning ((t (:underline (:style wave :color "#d09950")))))
'(flymake-note ((t (:underline (:style wave :color "#8f8886")))))
;; Flyspell
'(flyspell-incorrect ((t (:underline (:style wave :color "#ff6f6f")))))
'(flyspell-duplicate ((t (:underline (:style wave :color "#d09950")))))
;; Vertico
'(vertico-current ((t (:background "#503240" :foreground "#efd5c5"))))
'(vertico-group-title ((t (:foreground "#8fcfd0"))))
@@ -117,9 +108,6 @@
'(ediff-fine-diff-B ((t (:background "#2f6767"))))
'(ediff-fine-diff-C ((t (:background "#64651f"))))
;; Eglot
'(eglot-highlight-symbol-face ((t (:background "#412f4f"))))
;; Link
'(link ((t (:foreground "#57b0ff" :underline t))))
'(link-visited ((t (:foreground "#d0b0ff" :underline t))))