aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-05-06 16:28:06 -0400
committerDaniel <[email protected]>2024-05-06 16:28:06 -0400
commit8779634a50fecc6153edf6b06b1ed9b515f5b331 (patch)
tree97b88f866f9d8c981ff2a26fce1ca0f73a2c8b1f /bard-emacs-modules
parentfa7ab390525876fed9d88aa4d7f07015058033f8 (diff)
better heading fonts
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-theme.el23
1 files changed, 12 insertions, 11 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el
index 49e1735..a4a82f0 100644
--- a/bard-emacs-modules/bard-emacs-theme.el
+++ b/bard-emacs-modules/bard-emacs-theme.el
@@ -38,13 +38,13 @@
:ensure t
:config
(setq ef-themes-headings
- '((0 variable-pitch bold light 1.75)
- (1 variable-pitch 1.5)
+ '((0 variable-pitch light 2.00)
+ (1 variable-pitch light 1.5)
(2 regular 1.3)
(3 1.1)
- (agenda-date 1.3)
- (agenda-structure variable-pitch light 1.8)
- (t variable-pitch)))
+ (agenda-date . (variable-pitch regular 1.3))
+ (agenda-structure . (variable-pitch light 1.9))
+ (t . 1.1)))
(defun bard/ef-themes-hl-todo-faces ()
"Configure `hl-todo-keyword-faces' with Ef themes colors.
The exact color values are taken from the active Ef theme."
@@ -89,12 +89,13 @@ The exact color values are taken from the active Ef theme."
:ensure t
:config
(setq modus-themes-headings
- '((0 variable-pitch bold light 1.75)
- (1 . (variable-pitch 1.5))
- (2 . (regular 1.3))
- (agenda-date . (1.3))
- (agenda-structure . (variable-pitch light 1.8))
- (t . (1.1))))
+ '((0 variable-pitch light 2.00)
+ (1 variable-pitch light 1.5)
+ (2 regular 1.3)
+ (3 1.1)
+ (agenda-date . (variable-pitch regular 1.3))
+ (agenda-structure . (variable-pitch light 1.9))
+ (t . 1.1)))
(defun bard/modus-themes-hl-todo-faces ()
"Configure `hl-todo-keyword-faces' with Modus themes colors.
The exact color values are taken from the active Ef theme."