diff options
author | JSDurand <mmemmew@gmail.com> | 2021-05-29 19:14:28 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-05-29 19:14:28 +0800 |
commit | 1565ed7a1011e591fbec8e413288a43d7ec8a0c5 (patch) | |
tree | 6c2de552e789e1b3ade31923f27d7de0c1ad4f29 /theme.el | |
parent | 10c464b51345ea5f3f627aa0ba97a924158709a4 (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.
Diffstat (limited to 'theme.el')
-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) |