summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-17 12:49:18 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-17 12:49:18 +0100
commitfb6558af81b9298dfe8002053ee9ea1df239811b (patch)
tree8745b85013307aee820955f87eb62e61b9261476 /.emacs-custom.el
parent5d5060a5da9eee99cdd50bc477e70d3c1d0ef38f (diff)
downloaddotfiles-fb6558af81b9298dfe8002053ee9ea1df239811b.tar.xz
Switch to dark Modus theme
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el
index de7a8b0..851f09f 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -65,6 +65,18 @@
'(markdown-indent-on-enter 'indent-and-new-item)
'(menu-bar-mode nil)
'(minibuffer-depth-indicate-mode t)
+ '(modus-themes-bold-constructs t)
+ '(modus-themes-completions 'moderate)
+ '(modus-themes-diffs 'deuteranopia)
+ '(modus-themes-fringes 'subtle)
+ '(modus-themes-mode-line nil)
+ '(modus-themes-org-blocks 'grayscale)
+ '(modus-themes-prompts 'subtle-accented)
+ '(modus-themes-region 'bg-only)
+ '(modus-themes-scale-headings t)
+ '(modus-themes-slanted-constructs t)
+ '(modus-themes-variable-pitch-headings t)
+ '(modus-themes-variable-pitch-ui t)
'(org-ellipsis "…")
'(org-fontify-done-headline nil)
'(org-fontify-quote-and-verse-blocks t)