summaryrefslogtreecommitdiff
path: root/.emacs.d/eighters-theme.el
diff options
context:
space:
mode:
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))))