From 66f15df6f60ad62ae939ed72df8b406835a935df Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sun, 25 May 2014 08:44:04 -0400 Subject: [PATCH] Darker background by default --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 04661ff..2951593 100644 --- a/init.el +++ b/init.el @@ -31,7 +31,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 (:inherit nil :stipple nil :background "#223939" :foreground "Wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "xos4" :family "terminus")))) + '(default ((t (:inherit nil :stipple nil :background "#182828" :foreground "Wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "xos4" :family "terminus")))) '(bold ((t (:weight semi-bold)))) '(cursor ((t (:background "orchid")))) '(fixed-pitch ((t (:family "Bitstream Vera Sans Mono"))))