summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-09-15 20:48:08 -0400
committerKyle Meyer <kyle@kyleam.com>2020-12-12 02:06:05 -0500
commit65fb8ac42e98e8ddbc974ef5426362205daa899f (patch)
treeec1fa2458325ecada6bcbd8075293915ea702a51 /init.el
parent9f1dc5730e64cfc40e443370a34f695d7d6c5840 (diff)
downloademacs.d-65fb8ac42e98e8ddbc974ef5426362205daa899f.tar.gz
theme: Switch to modus-themes
I've been using modus-operandi and modus-vivendi for a few months now. I think they're great.
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/init.el b/init.el
index 0b4253d..116b9ec 100644
--- a/init.el
+++ b/init.el
@@ -57,7 +57,12 @@
(line-number-mode)
(size-indication-mode)
-(require 'km-theme)
+(use-package modus-themes
+ :init
+ (setq modus-themes-fringes 'subtle)
+ (setq modus-themes-diffs 'fg-only)
+ :config
+ (load-theme 'modus-operandi t))
;;; Custom prefix maps