diff options
| -rw-r--r-- | .emacs.d/eighters-theme.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 45ab86b..5171f9f 100644 --- 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)))) |
