commit 148e82aa321c5e77c538fbd0c669b77556787500
parent 07d260962b03342440db3ab3d19b33e44fc598b9
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 1 Feb 2023 07:48:54 +0100
Tweak Org faces
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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))))