From 83ec91a4edb8c6a02e177795e7bc86142ea123b8 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 11 May 2015 13:17:33 -0400 Subject: [PATCH] change emacs background color --- .emacs.d/fred-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/fred-theme.el b/.emacs.d/fred-theme.el index ff9cf63..c6090f0 100644 --- a/.emacs.d/fred-theme.el +++ b/.emacs.d/fred-theme.el @@ -35,7 +35,7 @@ '(link ((((class color) (min-colors 89)) (:underline t :foreground "#729fcf")) (t (:foreground "yellow" :underline t)))) '(link-visited ((((class color) (min-colors 89)) (:underline t :foreground "#3465a4")))) - '(default ((((class color) (min-colors 4096)) (:foreground "#eeeeec" :background "#2e3436")) (((class color) (min-colors 256)) (:foreground "#eeeeec" :background "#222")) (((class color) (min-colors 89)) (:foreground "#eeeeec" :background "black")))) + '(default ((((class color) (min-colors 4096)) (:foreground "#eeeeec" :background "#252525")) (((class color) (min-colors 256)) (:foreground "#eeeeec" :background "#222")) (((class color) (min-colors 89)) (:foreground "#eeeeec" :background "black")))) '(company-tooltip ((t (:background "#0f0f0f")))) '(company-scrollbar-bg ((t (:background "#232323")))) '(company-scrollbar-fg ((t (:background "#161616"))))