commit 1966ed08b5993fd8d2f777d89020247ca578c4a1
parent 6634a2914fb27a616dae983591e385d5036ca0e8
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 19 Apr 2023 22:55:36 +0200
Add more faces
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
@@ -220,6 +220,8 @@
`(dired-header ((t (:inherit eighters-title-1))))
`(dired-special ((t (:foreground ,fg-yellow-dim))))
`(eldoc-highlight-function-argument ((t (:background ,bg-yellow :foreground ,fg-yellow :weight bold))))
+ `(emacs-authors-author ((t (:inherit (bold eighters-identity variable-pitch)))))
+ `(emacs-authors-descriptor ((t (:inherit (shadow variable-pitch)))))
`(emacs-news-does-not-need-documentation ((t (:foreground ,fg-dimmer))))
`(emacs-news-is-documented ((t (:foreground ,fg-blue-dim))))
`(erc-button ((t (:inherit link))))
@@ -247,6 +249,7 @@
`(font-lock-doc-face ((t (:foreground ,fg-green-dim :slant italic))))
`(font-lock-function-name-face ((t (:foreground ,fg-blue :weight bold))))
`(font-lock-keyword-face ((t (:foreground ,fg-cyan :weight bold))))
+ `(font-lock-negation-char-face ((t (:inherit warning))))
`(font-lock-preprocessor-face ((t (:foreground ,fg-blue :inherit fixed-pitch-serif))))
`(font-lock-regexp-grouping-backslash ((t (:foreground ,fg-yellow-dim))))
`(font-lock-regexp-grouping-construct ((t (:foreground ,fg-yellow :weight bold))))
@@ -441,6 +444,8 @@
`(diff-hl-delete ((t (:foreground ,fg-red :background ,bg-red))))
`(diff-hl-insert ((t (:foreground ,fg-blue :background ,bg-blue))))
`(diff-hl-change ((t (:foreground ,fg-yellow :background ,bg-yellow))))
+ `(forge-post-author ((t (:inherit eighters-identity))))
+ `(forge-post-date ((t (:inherit eighters-date))))
`(markdown-blockquote-face ((t (:inherit eighters-citation-1))))
`(markdown-code-face ((t (:inherit fixed-pitch-serif))))
`(markdown-header-face-1 ((t (:inherit eighters-title-1))))