summaryrefslogtreecommitdiff
path: root/.emacs.d/eighters-theme.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2023-02-01 07:48:54 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2023-02-12 10:26:12 +0100
commit148e82aa321c5e77c538fbd0c669b77556787500 (patch)
treeee6f4c627ec77dc00a5a75145806b2ec6541de5e /.emacs.d/eighters-theme.el
parent07d260962b03342440db3ab3d19b33e44fc598b9 (diff)
downloaddotfiles-148e82aa321c5e77c538fbd0c669b77556787500.tar.xz
Tweak Org faces
Diffstat (limited to '.emacs.d/eighters-theme.el')
-rw-r--r--.emacs.d/eighters-theme.el4
1 files changed, 3 insertions, 1 deletions
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))))