From: Joe Wreschnig Date: Tue, 22 May 2018 18:40:45 +0000 (+0200) Subject: More tweaks to mode line faces X-Git-Url: https://git.korewanetadesu.com/?p=fae-fire-theme.git;a=commitdiff_plain;h=df07bb6b4bc980666099ec82dcd13b9a1ced7de1 More tweaks to mode line faces Also adjust the keyword face, it’s a little too close to builtin. In turn, de-emphasize strings and align them better with docstring and comment choices. --- diff --git a/fae-fire-theme.el b/fae-fire-theme.el index 45d965a..b873738 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") @@ -177,20 +177,17 @@ 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 ((t (:background ,c041 :foreground ,c091)))) `(mode-line-buffer-id ((t (:weight bold :foreground ,c117)))) `(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 ,c028 :foreground ,c073)))) `(nobreak-space ((t (:foreground ,c074 :underline t)))) `(region ((t (:background ,c012)))) `(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)))) ;; Font Lock Faces @@ -198,14 +195,14 @@ Kathleen Kayeme’s story “The Fairy Tree”. See URL `(font-lock-comment-delimiter-face ((t (:foreground ,c094)))) `(font-lock-comment-face ((t (:foreground ,c074)))) `(font-lock-constant-face ((t (:foreground ,c116)))) - `(font-lock-doc-face ((t (:foreground ,c084)))) + `(font-lock-doc-face ((t (:foreground ,c070)))) `(font-lock-function-name-face ((t (:foreground ,c091)))) - `(font-lock-keyword-face ((t (:foreground ,c088)))) + `(font-lock-keyword-face ((t (:foreground ,c087)))) `(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-string-face ((t (:foreground ,c087)))) + `(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)))) @@ -235,8 +232,8 @@ 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)))) + `(powerline-active1 ((t (:background ,c028 :foreground ,c077)))) + `(powerline-inactive1 ((t (:background ,c013 :foreground ,c059)))) `(mode-line-buffer-id-inactive ((t (:foreground ,c094)))) ;; Pp^l Highlight Face