summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-18 21:18:50 -0400
committerDavid Robillard <d@drobilla.net>2015-10-18 21:18:50 -0400
commit1ee31732f203f35657db842f6bbccc0027cfde16 (patch)
treee889bb41b3a6fad8e7cc14d6b1422be8f997fc13
parent8877d8d4c30b2d1e8f1f19dd358607bb66615076 (diff)
downloaddotfiles-1ee31732f203f35657db842f6bbccc0027cfde16.tar.gz
dotfiles-1ee31732f203f35657db842f6bbccc0027cfde16.tar.bz2
dotfiles-1ee31732f203f35657db842f6bbccc0027cfde16.zip
Darken
-rw-r--r--emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 2e473b8..038940e 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -89,7 +89,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:stipple nil :background "grey10" :foreground "grey80" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 130 :width normal :foundry "unknown" :family "Monospace"))))
+ '(default ((t (:stipple nil :background "#141414" :foreground "#D3D7CF" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 100 :width normal :foundry "unknown" :family "Monospace"))))
'(bold ((t (:weight bold))))
'(cursor ((t (:background "grey80"))))
'(diff-added ((t (:foreground "#859900"))))