From ce4e18c59a48ccfd3489c63a938e2962da409511 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:46:43 -0400 Subject: insignificant tweaks --- bard-emacs-modules/bard-emacs-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bard-emacs-modules/bard-emacs-theme.el') diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el index d56ee78..f8ae47e 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -159,7 +159,7 @@ The exact color values are taken from the active Modus theme." (use-package standard-themes :ensure t - ;; :init (standard-themes-select 'standard-light) + :init (standard-themes-select 'standard-light) :config (setq standard-themes-to-toggle '(standard-light standard-dark)) @@ -171,7 +171,7 @@ The exact color values are taken from the active Modus theme." (1 . (variable-pitch light 1.3)) (2 . (variable-pitch regular 1.2)) (agenda-date . (semilight 1.4)) - (agenda-structure . (variable-pitch light 1.5)) + (agenda-structure . (light 1.5)) (t . (variable-pitch 1.1)))) (setq standard-themes-mixed-fonts t) -- cgit v1.2.3