summaryrefslogtreecommitdiff
path: root/home/dots/.emacs.d/BOGO-theme.el
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-11-21 20:43:53 +0200
committerMarc Coquand <marc@mccd.space>2024-11-21 20:43:53 +0200
commit116f33578791b9645d1cb76fbca2be4d77b36af4 (patch)
tree05dcfc460beac5e0781edc6a79166244ec1e2f52 /home/dots/.emacs.d/BOGO-theme.el
parent45eb696bdd8669500d261b34ec7501ccdaf7f186 (diff)
downloadguix-116f33578791b9645d1cb76fbca2be4d77b36af4.tar.gz
guix-116f33578791b9645d1cb76fbca2be4d77b36af4.tar.bz2
guix-116f33578791b9645d1cb76fbca2be4d77b36af4.zip
Diffstat (limited to '')
-rw-r--r--home/dots/.emacs.d/BOGO-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el
index 31f6760..12d95e8 100644
--- a/home/dots/.emacs.d/BOGO-theme.el
+++ b/home/dots/.emacs.d/BOGO-theme.el
@@ -76,11 +76,11 @@
'(org-agenda-calendar-event ((t nil)))
'(org-drawer ((t nil)))
'(org-hide ((t (:foreground "#FFFFF8"))))
- '(org-done ((t (:inherit (org-agenda-dimmed-todo-face fixed-pitch) :strike-through t :extend nil :weight bold))))
+ '(org-done ((t (:inherit (org-agenda-dimmed-todo-face fixed-pitch) :strike-through nil :extend nil :weight bold))))
'(org-todo ((t (:weight bold :inherit fixed-pitch))))
'(org-checkbox ((t (:weight bold :inherit fixed-pitch))))
'(org-priority ((t (:inherit fixed-pitch))))
- '(org-headline-done ((t (:strike-through t :inherit org-agenda-dimmed-todo-face))))
+ '(org-headline-done ((t (:inherit org-agenda-dimmed-todo-face))))
'(org-level-1 ((t (:inherit outline-1 :extend nil :weight regular))))
'(org-tag ((t (:foreground "gray70"))))
'(org-time-grid ((t (:foreground "gray"))))