diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-ui.el | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |