diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-03-21 22:10:31 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-03-21 22:10:31 +0100 |
| commit | 3bc886c585e9877a3094d94687ed444d5a6db388 (patch) | |
| tree | 0c4765a51deeccad8d3d8663e46e334c1f3dddf9 | |
| parent | 43717f2e248f9cf1335ad381d6b9d01c2a86e5f6 (diff) | |
| download | dotfiles-3bc886c585e9877a3094d94687ed444d5a6db388.tar.xz | |
Commit a couple of themed faces
| -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))) |
