dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 154983d2f54f3e4161da3b8309b27f756e117f14
parent d76227276571ce60f025ea8d0db1c87646fa36b6
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed, 25 May 2022 21:11:17 +0200

emacs: make drawers stand out less in light theme

Diffstat:
Memacs/jokull-theme.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/emacs/jokull-theme.el b/emacs/jokull-theme.el @@ -88,6 +88,7 @@ `(org-level-3 ((,class (:bold t :foreground ,fg4)))) `(org-level-4 ((,class (:bold nil :foreground ,fg4)))) `(org-date ((,class (:underline t :foreground ,var) ))) + `(org-drawer ((,class (:foreground "#7d7d7d" :slant italic)))) `(org-footnote ((,class (:underline t :foreground ,fg4)))) `(org-link ((,class (:underline t :foreground ,type )))) `(org-special-keyword ((,class (:foreground ,func))))