From 49b8042b7cf9845ad83398980df690d5b87e8b17 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 25 Mar 2022 07:05:52 -0700 Subject: ui: adjust theme for org-mode --- emacs/custom/my-ui.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'emacs/custom') diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el index bc95ec4..b1f2805 100644 --- a/emacs/custom/my-ui.el +++ b/emacs/custom/my-ui.el @@ -54,10 +54,11 @@ (modus-themes-syntax '(yellow-comments)) (modus-themes-links '(bold)) (modus-themes-markup '(bold intense background)) + (modus-themes-org-blocks 'gray-background) (modus-themes-headings - '((1 . (background 1.1)) - (2 . (rainbow heavy)) - (t . (bold)))) + '((1 . (background 1.2)) + (2 . (rainbow heavy 1.1)) + (t . (bold)))) (modus-themes-completions '((matches . (extrabold intense)) (selection . (semibold intense)) -- cgit 1.4.1