dotfiles

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

commit 9dca140b53e3007a23ca81b613fd3a7edcba7e0c
parent aa86516c23ceb25a9f62c208c4c05ddc705b237d
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 17 Jun 2022 00:58:29 +0200

emacs: make calendar events stand out more in light theme

Diffstat:
Memacs/jokull-theme.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/emacs/jokull-theme.el b/emacs/jokull-theme.el @@ -100,7 +100,8 @@ `(org-done ((,class (:box (:line-width 1 :color ,bg3) :bold t :foreground ,bg4)))) `(org-warning ((,class (:underline t :foreground ,warning)))) `(org-agenda-structure ((,class (:weight bold :foreground ,fg3 :box (:color ,fg4) :background ,bg3)))) - `(org-agenda-date ((,class (:foreground ,var :height 1.1 )))) + `(org-agenda-date ((,class (:foreground ,var :height 1.2)))) + `(org-agenda-calendar-event ((,class (:foreground ,func)))) `(org-agenda-date-weekend ((,class (:weight normal :foreground ,fg4)))) `(org-agenda-date-today ((,class (:weight bold :foreground ,keyword :height 1.4)))) `(org-agenda-done ((,class (:foreground ,bg4))))