summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-10 18:54:44 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-10 18:55:11 +0100
commit04792d4e1d9c44440d6aca98a463f872a9b6b772 (patch)
tree3563298c18969ea5f2b9b37ae1d9c5341f7db8b2
parent05938194842a09f7579b259b8602915f1ff5c126 (diff)
downloadeighters-theme-04792d4e1d9c44440d6aca98a463f872a9b6b772.tar.xz
Tweak faces added or changed in Emacs 28
Gnus faces now cover EOL, so we can extend them.
-rw-r--r--eighters-theme.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/eighters-theme.el b/eighters-theme.el
index 79de80a..d9b1f3a 100644
--- a/eighters-theme.el
+++ b/eighters-theme.el
@@ -34,6 +34,7 @@
'(font-lock-regexp-grouping-construct ((t (:foreground "olivedrab2" :weight bold))))
'(font-lock-type-face ((t (:foreground "green3"))))
'(font-lock-variable-name-face ((t (:foreground "gold"))))
+ '(help-key-binding ((t (:weight bold :box (:line-width 3 :style released-button) :inverse-video t))))
'(completions-common-part ((t (:inherit (font-lock-comment-face)))))
'(link ((t (:underline t :foreground "steelblue1"))))
'(custom-group-tag ((t (:weight bold :foreground "steelblue1" :height 1.2 :inherit (variable-pitch)))))
@@ -123,11 +124,11 @@
'(font-latex-script-char-face ((t (:inherit (shadow)))))
'(font-latex-sectioning-5-face ((t (:inherit (variable-pitch font-lock-function-name-face)))))
'(font-latex-verbatim-face ((t (:inherit (tex-verbatim)))))
- '(gnus-summary-cancelled ((t (:strike-through t :inherit (shadow)))))
+ '(gnus-summary-cancelled ((t (:strike-through t :extend t :inherit (shadow)))))
'(gnus-summary-normal-ancient ((t (:foreground "gray70"))))
'(gnus-summary-normal-read ((t (:foreground "gray70" :inherit (italic)))))
'(gnus-summary-normal-unread ((t (:inherit (bold)))))
- '(gnus-summary-selected ((t (:inherit (highlight)))))
+ '(gnus-summary-selected ((t (:extend t :inherit (highlight)))))
'(mm-uu-extract ((t (:inherit (highlight)))))
'(diff-hl-insert ((t (:inherit (diff-indicator-added highlight)))))
'(diff-hl-delete ((t (:inherit (diff-indicator-removed highlight)))))