summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-05-29 19:14:28 +0800
committerJSDurand <mmemmew@gmail.com>2021-05-29 19:14:28 +0800
commit1565ed7a1011e591fbec8e413288a43d7ec8a0c5 (patch)
tree6c2de552e789e1b3ade31923f27d7de0c1ad4f29
parent10c464b51345ea5f3f627aa0ba97a924158709a4 (diff)
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.
-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)