.emacs.d

the most bloated Emacs config on this planet
git clone https://git.trogloxene.org/.emacs.d.git
Log | Files | Refs

commit 275c84ae089cbc286488afc7a3106bdb1f95dd8a
parent a76878837eb5e6da1186083a9e8c92abf60da7e2
Author: andsy10 <andsy1016@gmail.com>
Date:   Wed, 26 Aug 2026 12:05:59 +0800

Update custom faces

Diffstat:
Mlisp/my-dark-theme.el | 12++----------
Mlisp/my-light-theme.el | 12++----------
2 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/lisp/my-dark-theme.el b/lisp/my-dark-theme.el @@ -114,19 +114,11 @@ `(geiser-font-lock-doc-link ((,class (:foreground ,blue :underline t)))) `(geiser-font-lock-error-link ((,class (:foreground ,orange :underline t)))) - `(vundo-saved ((,class (:foreground ,green)))) - `(vundo-last-saved ((,class (:foreground ,green :weight bold)))) - `(vundo-highlight ((,class (:foreground ,cyan :weight bold)))) - `(vundo-node ((,class (:foreground ,base01)))) - `(vundo-stem ((,class (:foreground ,base01)))) - - `(jinx-misspelled ((,class (:underline (:style line :color ,yellow))))) - - `(keycast-key ((,class (:foreground ,green :weight bold)))) - `(emms-playlist-track-face ((,class (:foreground ,cyan)))) `(emms-playlist-selected-face ((,class (:foreground ,blue :weight bold)))) + `(elfeed-search-separator-face ((,class (:inherit elfeed-show-date-face :weight bold :underline t :extend t)))) + `(proced-pid ((,class (:foreground ,violet)))) `(proced-session-leader-pid ((,class (:inherit proced-pid :underline t)))) `(proced-ppid ((,class (:foreground ,blue)))) diff --git a/lisp/my-light-theme.el b/lisp/my-light-theme.el @@ -114,19 +114,11 @@ `(geiser-font-lock-doc-link ((,class (:foreground ,blue :underline t)))) `(geiser-font-lock-error-link ((,class (:foreground ,orange :underline t)))) - `(vundo-saved ((,class (:foreground ,green)))) - `(vundo-last-saved ((,class (:foreground ,green :weight bold)))) - `(vundo-highlight ((,class (:foreground ,cyan :weight bold)))) - `(vundo-node ((,class (:foreground ,base01)))) - `(vundo-stem ((,class (:foreground ,base01)))) - - `(jinx-misspelled ((,class (:underline (:style line :color ,yellow))))) - - `(keycast-key ((,class (:foreground ,green :weight bold)))) - `(emms-playlist-track-face ((,class (:foreground ,cyan)))) `(emms-playlist-selected-face ((,class (:foreground ,blue :weight bold)))) + `(elfeed-search-separator-face ((,class (:inherit elfeed-show-date-face :weight bold :underline t :extend t)))) + `(proced-pid ((,class (:foreground ,violet)))) `(proced-session-leader-pid ((,class (:inherit proced-pid :underline t)))) `(proced-ppid ((,class (:foreground ,blue))))