From 501ebabdf86f26f77ee9cabe45acc2e7d7668a6e Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 29 Jul 2024 15:20:40 +1200 Subject: [PATCH] emacs: enlarge dashboard headings --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 62c2394..e414ec1 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -338,7 +338,7 @@ value `italic'." (info-xref :inherit link :background ,darker :foreground ,accent) (anzu-mode-line :foreground ,accent) (breadcrumb-imenu-leaf-face :foreground ,accent) - (dashboard-heading :foreground ,accent :height 1.1 :weight bold) + (dashboard-heading :foreground ,accent :height 1.2 :weight bold) (corfu-default :background ,darker) (corfu-current :background ,darkest :box ,accent) (corfu-border :background ,accent)