From f2276599520f1a668f1fa9e4ef3fa1d26ecd776c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 16 Apr 2022 13:06:34 -0700 Subject: ui: small adjustment with the theme --- emacs/custom/my-ui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/custom/my-ui.el') diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el index 11fc371..f798f0a 100644 --- a/emacs/custom/my-ui.el +++ b/emacs/custom/my-ui.el @@ -56,8 +56,8 @@ (modus-themes-markup '(bold intense background)) (modus-themes-org-blocks 'gray-background) (modus-themes-headings - '((1 . (background 1.2)) - (2 . (rainbow 1.1)) + '((1 . (background 1)) + (2 . (rainbow semibold 1)) (t . (bold)))) (modus-themes-completions '((matches . (extrabold intense)) -- cgit 1.4.1