X-Git-Url: https://git.korewanetadesu.com/?p=fae-fire-theme.git;a=blobdiff_plain;f=fae-fire-theme.el;h=7ad0649376f8a703fab92b1fba40b11d520f60b2;hp=45d965a46889973b058c07e0181a907b2ccde0ca;hb=17fcadd72cf2af136e43eb918c09c2fe60c2cc2d;hpb=4eb78076c7da84c9035b0996aa9295d6d3c62916 diff --git a/fae-fire-theme.el b/fae-fire-theme.el index 45d965a..7ad0649 100644 --- a/fae-fire-theme.el +++ b/fae-fire-theme.el @@ -38,7 +38,7 @@ Kathleen Kayeme’s story “The Fairy Tree”. See URL (c007 "#241a1b") (c008 "#161d2c") (c009 "#321913") - (c010 "#162025")q + (c010 "#162025") (c011 "#1a272f") (c012 "#312424") (c013 "#2d252b") @@ -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,41 +177,38 @@ 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 ,c058 :foreground ,c000)))) - `(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 ,c041 :inherit mode-line)))) + `(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)))) - ;; `(tty-menu-enabled-face ((t (:foreground ,clr04 :background ,clr16)))) - ;; `(tty-menu-selected-face ((t (:foreground ,clr04 :background ,clr15)))) - ;; `(tty-menu-disabled-face ((t (:foreground ,clr08 :background ,clr16)))) - `(warning ((t (:foreground ,c103)))) + `(warning ((t (:foreground ,c107)))) ;; Font Lock Faces - `(font-lock-builtin-face ((t (:foreground ,c104)))) - `(font-lock-comment-delimiter-face ((t (:foreground ,c094)))) + `(font-lock-builtin-face ((t (:foreground ,c101)))) + `(font-lock-comment-delimiter-face ((t (:foreground ,c074)))) `(font-lock-comment-face ((t (:foreground ,c074)))) - `(font-lock-constant-face ((t (:foreground ,c116)))) - `(font-lock-doc-face ((t (:foreground ,c084)))) - `(font-lock-function-name-face ((t (:foreground ,c091)))) - `(font-lock-keyword-face ((t (:foreground ,c088)))) + `(font-lock-constant-face ((t (:foreground ,c105)))) + `(font-lock-doc-face ((t (:foreground ,c070)))) + `(font-lock-function-name-face ((t (:foreground ,c089)))) + `(font-lock-keyword-face ((t (:foreground ,c104)))) `(font-lock-negation-char-face ((t nil))) `(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face))))) - `(font-lock-regexp-grouping-backslash ((t :foreground ,c066))) - `(font-lock-regexp-grouping-construct ((t :foreground ,c066))) + `(font-lock-regexp-grouping-backslash ((t :foreground ,c056))) + `(font-lock-regexp-grouping-construct ((t :foreground ,c056))) `(font-lock-string-face ((t (:foreground ,c087)))) - `(font-lock-type-face ((t (:foreground ,c089)))) - `(font-lock-variable-name-face ((t (:foreground ,c105)))) - `(font-lock-warning-face ((t (:foreground ,c103)))) + `(font-lock-type-face ((t (:foreground ,c115)))) + `(font-lock-variable-name-face ((t (:foreground ,c090)))) + `(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)))) @@ -235,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 ,c041)))) - `(powerline-inactive1 ((t (:background ,c041 :foreground ,c041)))) - `(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))))) @@ -247,9 +244,12 @@ Kathleen Kayeme’s story “The Fairy Tree”. See URL ;; Magit Faces `(magit-section-highlight ((t (:inherit (region))))) - `(git-commit-summary ((t (:foreground ,c110)))) + `(magit-section-heading ((t (:foreground ,c094 :weight bold)))) + `(magit-branch-remote ((t (:foreground ,c087)))) + `(magit-branch-local ((t (:foreground ,c102)))) + `(git-commit-summary ((t (:foreground ,c113)))) `(git-commit-overlong-summary ((t (:inherit (shadow))))) - `(git-commit-nonempty-second-line ((t (:inherit (shadow))))) + `(git-commit-nonempty-second-line ((t (:foreground ,c030)))) ;; SHR, EWW, etc. `(shr-link ((t (:foreground ,c108))))