dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 3bc886c585e9877a3094d94687ed444d5a6db388
parent 43717f2e248f9cf1335ad381d6b9d01c2a86e5f6
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 21 Mar 2025 22:10:31 +0100

Commit a couple of themed faces

Diffstat:
M.config/emacs/eighters-theme.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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)))