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"))))