aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-04-03 13:07:01 +0200
committerThomas Schneider <qsx@qsx.re>2019-04-03 13:07:01 +0200
commit534691bdd58a5d6f1bb922374adb9c33b04e82c0 (patch)
tree5c19c429eedfdcd31c13ee9e0f0aab1fc5bb7607
parent521791a33588f19ad405776a1861d72713c56174 (diff)
Emacs: Use deeper-blue theme
-rw-r--r--dot.emacs.d/init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index d17ceea..32bb239 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -38,9 +38,7 @@
(convert-standard-filename "custom.el")))
(load custom-file :noerror)
-(use-package color-theme-sanityinc-tomorrow
- :ensure t
- :config (color-theme-sanityinc-tomorrow-blue))
+(load-theme 'deeper-blue)
(setq display-time-day-and-date t
display-time-24hr-format t)