From 170ea83c4ebec4055d51e3472e7ae1f5301425ed Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 28 Jun 2015 09:41:09 -0400 Subject: [PATCH] darken background --- .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 c6090f0..374192d 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 "#252525")) (((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 "#151515")) (((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"))))