diff options
| author | BardofSprites <[email protected]> | 2025-07-28 20:46:43 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-28 20:46:43 -0400 |
| commit | ce4e18c59a48ccfd3489c63a938e2962da409511 (patch) | |
| tree | 17bd6bea4a075205cffece6fd8b6865a7c618f67 /bard-emacs-modules/bard-emacs-theme.el | |
| parent | 881d8b5369f38c436a637065b90ee58547bf99df (diff) | |
insignificant tweaks
Diffstat (limited to 'bard-emacs-modules/bard-emacs-theme.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
