diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/custom/my-ui.el | 7 |
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)) |