diff --git a/.emacs.d/fred-theme.el b/.emacs.d/fred-theme.el index 7449aa3..35d3c77 100644 --- a/.emacs.d/fred-theme.el +++ b/.emacs.d/fred-theme.el @@ -9,6 +9,9 @@ (custom-theme-set-faces 'fred + '(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")))) '(highlight ((((class color) (min-colors 89)) (:foreground "#2e3436" :background "#edd400")))) '(mode-line ((((class color) (min-colors 89)) (:box (:line-width -1 :style released-button) :background "#285577" :foreground "#eeeeec")) (t (:background "#555")))) @@ -26,6 +29,7 @@ '(error ((((class color) (min-colors 89)) (:foreground "#ff4b4b")))) '(warning ((((class color) (min-colors 89)) (:foreground "#fcaf3e")))) '(success ((((class color) (min-colors 89)) (:foreground "#8ae234")))) + '(font-lock-builtin-face ((((class color) (min-colors 89)) (:foreground "#e090d7")))) '(font-lock-comment-face ((((class color) (min-colors 89)) (:foreground "#73d216")))) '(font-lock-constant-face ((((class color) (min-colors 89)) (:foreground "#e9b2e3")))) @@ -34,10 +38,10 @@ '(font-lock-string-face ((((class color) (min-colors 89)) (:foreground "#e9b96e")))) '(font-lock-type-face ((((class color) (min-colors 89)) (:foreground "#8cc4ff")))) '(font-lock-variable-name-face ((((class color) (min-colors 89)) (:foreground "#fcaf3e")))) + '(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 "#151515")) (((class color) (min-colors 256)) (:foreground "#eeeeec" :background "#222")) (((class color) (min-colors 89)) (:foreground "#eeeeec" :background "black")))) '(button ((t (:foreground "yellow")))) '(company-tooltip ((t (:background "#0f0f0f"))))