From 148e82aa321c5e77c538fbd0c669b77556787500 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 1 Feb 2023 07:48:54 +0100 Subject: Tweak Org faces --- .emacs.d/eighters-theme.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index cd599b7..32a6a39 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -312,13 +312,15 @@ `(org-block ((t (:background ,bg-hl-dimmer :inherit fixed-pitch-serif)))) `(org-block-begin-line ((t (:background ,bg-hl-dim :inherit shadow :extend t)))) `(org-block-end-line ((t (:background ,bg-hl-dim :inherit shadow :extend t)))) - `(org-checkbox ((t (:foreground ,fg-yellow :weight bold)))) + `(org-checkbox ((t (:background ,bg-hl :foreground ,fg-yellow-dim :weight bold)))) `(org-code ((t (:background ,bg-hl-dim :inherit fixed-pitch-serif)))) `(org-date ((t (:inherit eighters-date)))) `(org-done ((t (:inherit success)))) `(org-drawer ((t (:inherit shadow)))) `(org-ellipsis ((t (:inherit shadow)))) + `(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)))) `(org-tag ((t (:inherit font-lock-constant-face)))) `(org-todo ((t (:inherit error)))) `(org-verbatim ((t (:background ,bg-hl-dim :foreground ,fg-magenta :inherit fixed-pitch-serif)))) -- cgit v1.2.3