diff options
| -rw-r--r-- | eighters-theme.el | 5 |
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))))) |
