diff options
-rw-r--r-- | theme.el | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -3,8 +3,12 @@ (setq modus-themes-syntax 'yellow-comments) (setq modus-themes-bold-constructs t) (setq modus-themes-slanted-constructs t) -(setq modus-themes-mode-line '3d) -(setq modus-themes-org-blocks 'grayscale) ; Try it out +(setq modus-themes-mode-line 'borderless-3d) +(setq modus-themes-org-blocks 'gray-background) + +(setq modus-themes-subtle-line-numbers t) +(setq modus-themes-region nil) + ; Try it out (setq modus-themes-headings '((t . rainbow))) (setq modus-themes-scale-headings t) |