about summary refs log tree commit diff
path: root/init
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-09-27T13·02+0200
committerVincent Ambo <tazjin@gmail.com>2017-09-27T13·02+0200
commit5683eab48e96ccb78dbeb680269bdff29190cf62 (patch)
tree99c72781cc580d57ae5a392efd14364bcd161176 /init
parent6107ec40d67c7269a3dbbc7453341d946bda3068 (diff)
refactor: Install gruber-darker-theme from package repo
Diffstat (limited to 'init')
-rw-r--r--init/custom.el3
-rw-r--r--init/settings.el7
2 files changed, 2 insertions, 8 deletions
diff --git a/init/custom.el b/init/custom.el
index d3ef8efbd6db..b4094b20a9b3 100644
--- a/init/custom.el
+++ b/init/custom.el
@@ -5,9 +5,10 @@
  ;; If there is more than one, they won't work right.
  '(ac-auto-show-menu 0.8)
  '(ac-delay 0.2)
+ '(custom-enabled-themes (quote (gruber-darker)))
  '(custom-safe-themes
    (quote
-    ("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" default)))
+    ("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "d61fc0e6409f0c2a22e97162d7d151dee9e192a90fa623f8d6a071dbf49229c6" default)))
  '(frame-brackground-mode (quote dark))
  '(global-auto-complete-mode t)
  '(ido-use-filename-at-point nil)
diff --git a/init/settings.el b/init/settings.el
index 48c5a853e7b6..4fcd1cd074d0 100644
--- a/init/settings.el
+++ b/init/settings.el
@@ -116,13 +116,6 @@
 ;; ## Look and feel ##
 
 ;; Themes!
-;; I've pretty much settled on this Gruber darker theme
-(custom-download-theme
- "https://raw.github.com/rexim/gruber-darker-theme/master/gruber-darker-theme.el"
- "gruber-darker-theme.el")
-
-(load-theme 'gruber-darker t)
-
 (global-hl-line-mode -1)
 
 (setq default-frame-alist '((font-backend . "xft")