summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--theme.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/theme.el b/theme.el
index 067a4c7..7ad8aee 100644
--- a/theme.el
+++ b/theme.el
@@ -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)