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