From 1565ed7a1011e591fbec8e413288a43d7ec8a0c5 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 29 May 2021 19:14:28 +0800 Subject: theme: Update to version 1.14 of the modus themes. * theme.el (modus-themes-mode-line): I tried to use the accented version, but a plain 3d effect works better for me. I also use the borderless option, since it feels good as well. (modus-themes-org-blocks): Just update to the new name of the original option. (modus-themes-subtle-line-numbers): Remove the background from the line numbers. (modus-themes-region): I still prefer to override the syntactic highlighting when selecting regions. --- theme.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'theme.el') 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) -- cgit v1.2.3-18-g5258