summaryrefslogtreecommitdiff
path: root/themes/blendoit-light-theme.el
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-11-11 18:36:01 -0800
committerBlendoit <blendoit@gmail.com>2020-11-11 18:36:01 -0800
commita487ae46eb3bc3d6f2e01c71b2fd4d2be70a498b (patch)
treefb19548dbf0d788ba097bbc816db8e57b04a96d2 /themes/blendoit-light-theme.el
parent87a1344a733ce08bc391c53e199553a6d98339c3 (diff)
Misc fixes and cleanup
Diffstat (limited to 'themes/blendoit-light-theme.el')
-rw-r--r--themes/blendoit-light-theme.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el
index 440bd48..cbffe67 100644
--- a/themes/blendoit-light-theme.el
+++ b/themes/blendoit-light-theme.el
@@ -1,5 +1,5 @@
(deftheme blendoit-light
- "Created 2020-11-08.")
+ "Created 2020-11-11.")
(custom-theme-set-faces
'blendoit-light
@@ -80,6 +80,7 @@
'(org-footnote ((t (:inherit (link variable-font)))))
'(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.2 :family "Hermit"))))
'(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.2 :family "hermit"))))
- '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack")))))
+ '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack"))))
+ '(org-tag ((t (:inherit link)))))
(provide-theme 'blendoit-light)
Copyright 2019--2024 Marius PETER