summaryrefslogtreecommitdiffstats
path: root/lisp/init-appearance.el
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2016-01-18 08:35:24 +0100
committerMartin Polden <martin.polden@gmail.com>2016-01-18 08:35:24 +0100
commit0f1949ee3de2ceda630addb014199ba0e04e508a (patch)
treef9d8848e4d4c7fcd70abc1f03f36f9c77edcdfb8 /lisp/init-appearance.el
parent727148b7cf5965e01ff97d0a99d872db6f7292c6 (diff)
Switch to material-theme
Diffstat (limited to 'lisp/init-appearance.el')
-rw-r--r--lisp/init-appearance.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el
index e946be6..26da243 100644
--- a/lisp/init-appearance.el
+++ b/lisp/init-appearance.el
@@ -21,8 +21,8 @@
;; set theme
(if (display-graphic-p)
- (progn (require-package 'color-theme-sanityinc-tomorrow)
- (load-theme 'sanityinc-tomorrow-night t))
+ (progn (require-package 'material-theme)
+ (load-theme 'material t))
(set-face-background hl-line-face "gray13"))
;; highlight matching parentheses