summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-25 07:05:52 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-25 07:05:52 -0700
commit49b8042b7cf9845ad83398980df690d5b87e8b17 (patch)
tree7060c0b20bf8a552599bdd4f0fa64b0821bb041e
parenteshell: fix configuration (diff)
downloademacs.d-49b8042b7cf9845ad83398980df690d5b87e8b17.tar.gz
ui: adjust theme for org-mode
-rw-r--r--emacs/custom/my-ui.el7
1 files changed, 4 insertions, 3 deletions
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))