From b537996ebeb87daefb27461a036ca2921edb33b8 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Wed, 23 May 2018 23:59:12 +0200 Subject: [PATCH] Start over choosing the blue-gray background --- fae-fire-theme.el | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/fae-fire-theme.el b/fae-fire-theme.el index 91ea338..3e5cad3 100644 --- a/fae-fire-theme.el +++ b/fae-fire-theme.el @@ -164,10 +164,10 @@ Kathleen Kayeme’s story “The Fairy Tree”. See URL ;; Basic Faces `(button ((t (:inherit (link))))) `(cursor ((t (:background ,c122)))) - `(default ((t (:background ,c001 :foreground ,c127)))) + `(default ((t (:background ,c002 :foreground ,c127)))) `(error ((t (:foreground ,c051)))) `(escape-glyph ((t (:foreground ,c095)))) - `(fringe ((t (:background "#000")))) + `(fringe ((t (:background ,c001)))) `(header-line ((t (:background ,c009 :foreground ,c077)))) `(highlight ((t (:background ,c032 :foreground ,c125)))) `(isearch ((t (:background ,c039)))) @@ -177,18 +177,18 @@ Kathleen Kayeme’s story “The Fairy Tree”. See URL `(match ((t (:inherit (lazy-highlight))))) `(menu ((t (:background ,c028)))) `(minibuffer-prompt ((t (:foreground ,c092)))) - `(mode-line ((t (:background ,c041 :foreground ,c091)))) - `(mode-line-buffer-id ((t (:weight bold :foreground ,c117)))) + `(mode-line ((t (:background ,c067 :foreground ,c125)))) + `(mode-line-buffer-id ((t (:weight bold :foreground ,c124)))) `(mode-line-emphasis ((t (:weight bold)))) `(mode-line-highlight ((t (:foreground ,c126)))) - `(mode-line-inactive ((t (:background ,c028 :foreground ,c073)))) + `(mode-line-inactive ((t (:background ,c034 :foreground ,c069)))) `(nobreak-space ((t (:foreground ,c074 :underline t)))) - `(region ((t (:background ,c012)))) + `(region ((t (:background ,c019)))) `(secondary-selection ((t (:inherit (region))))) `(shadow ((t (:foreground ,c055)))) `(success ((t (:foreground ,c116)))) `(trailing-whitespace ((t (:background ,c105)))) - `(warning ((t (:foreground ,c103)))) + `(warning ((t (:foreground ,c107)))) ;; Font Lock Faces `(font-lock-builtin-face ((t (:foreground ,c104)))) @@ -205,10 +205,10 @@ Kathleen Kayeme’s story “The Fairy Tree”. See URL `(font-lock-string-face ((t (:foreground ,c090)))) `(font-lock-type-face ((t (:foreground ,c089)))) `(font-lock-variable-name-face ((t (:foreground ,c105)))) - `(font-lock-warning-face ((t (:foreground ,c103)))) + `(font-lock-warning-face ((t (:foreground ,c107)))) ;; Highlighted Line Face - `(hl-line ((t (:background ,c016)))) + `(hl-line ((t (:background ,c025)))) ;; Matching / I-search Faces `(isearch-fail ((t (:foreground ,c068)))) @@ -232,9 +232,9 @@ Kathleen Kayeme’s story “The Fairy Tree”. See URL `(flycheck-error-list-checker-name ((t (:foreground ,c108)))) ;; Powerline Faces ;; TODO: Add Powerline theme - `(powerline-active1 ((t (:background ,c028 :foreground ,c077)))) - `(powerline-inactive1 ((t (:background ,c013 :foreground ,c059)))) - `(mode-line-buffer-id-inactive ((t (:foreground ,c094)))) + `(powerline-active1 ((t (:background ,c054 :foreground ,c125)))) + `(powerline-inactive1 ((t (:background ,c024 :foreground ,c048)))) + `(mode-line-buffer-id-inactive ((t (:foreground ,c086)))) ;; Pp^l Highlight Face `(pp^L-highlight ((t (:box (:color ,c074))))) -- 2.20.1