diff options
Diffstat (limited to '.config/emacs')
| -rw-r--r-- | .config/emacs/eighters-theme.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/emacs/eighters-theme.el b/.config/emacs/eighters-theme.el index d81a070..c2d2c0c 100644 --- a/.config/emacs/eighters-theme.el +++ b/.config/emacs/eighters-theme.el @@ -408,6 +408,7 @@ `(org-drawer ((t (:inherit shadow)))) `(org-ellipsis ((t (:inherit shadow)))) `(org-footnote ((t (:inherit font-lock-comment-face)))) + `(org-macro ((t (:inherit font-lock-preprocessor-face)))) `(org-mode-line-clock ((t (:inherit font-lock-constant-face)))) `(org-special-keyword ((t (:inherit shadow)))) `(org-table ((t (:foreground ,fg-dim :inherit fixed-pitch-serif)))) @@ -428,6 +429,7 @@ `(rst-level-6 ((t (:inherit eighters-title-6)))) `(rst-literal ((t (:background ,bg-hl-dim :foreground ,fg-magenta :extend t :inherit fixed-pitch-serif)))) `(rst-reference ((t (:inherit font-lock-string-face)))) + `(secondary-selection ((t (:background ,bg-blue)))) `(separator-line ((t (:background ,bg-hl :height 0.1)))) `(sh-heredoc ((t (:background ,bg-hl-dimmer :extend t :inherit fixed-pitch-serif)))) `(sh-quoted-exec ((t (:background ,bg-hl-dim :inherit fixed-pitch-serif)))) @@ -448,6 +450,7 @@ `(tab-line ((t (:inherit tab-bar :height 0.9)))) `(tab-line-tab-current ((t (:inherit (tab-line-tab tab-bar-tab))))) `(tab-line-tab-inactive ((t (:inherit (tab-line-tab tab-bar-tab-inactive))))) + `(table-cell ((t (:inherit fixed-pitch-serif)))) `(textsec-suspicious ((t (:background ,bg-red)))) `(trailing-whitespace ((t (:background ,bg-red)))) `(transient-argument ((t :weight bold :inherit font-lock-string-face))) |
