From 1b4b2e1517f46fb586f0c170a0702918437f7e94 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 25 Mar 2022 11:04:57 -0700 Subject: UI: simplify the theme configuration --- emacs/custom/my-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/custom') diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el index b1f2805..11fc371 100644 --- a/emacs/custom/my-ui.el +++ b/emacs/custom/my-ui.el @@ -57,7 +57,7 @@ (modus-themes-org-blocks 'gray-background) (modus-themes-headings '((1 . (background 1.2)) - (2 . (rainbow heavy 1.1)) + (2 . (rainbow 1.1)) (t . (bold)))) (modus-themes-completions '((matches . (extrabold intense)) -- cgit 1.4.1