X-Git-Url: https://git.korewanetadesu.com/?p=fae-fire-theme.git;a=blobdiff_plain;f=fae-fire-theme.el;h=004b521ef85ad6e76c332932a367897ef7f7a37c;hp=3e5cad35444a2169288551174794fb9080d7bc08;hb=cf60e30f1344d15afec68a39318cfb4aa95a5e1d;hpb=b537996ebeb87daefb27461a036ca2921edb33b8 diff --git a/fae-fire-theme.el b/fae-fire-theme.el index 3e5cad3..004b521 100644 --- a/fae-fire-theme.el +++ b/fae-fire-theme.el @@ -191,20 +191,20 @@ Kathleen Kayeme’s story “The Fairy Tree”. See URL `(warning ((t (:foreground ,c107)))) ;; Font Lock Faces - `(font-lock-builtin-face ((t (:foreground ,c104)))) + `(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-constant-face ((t (:foreground ,c105)))) `(font-lock-doc-face ((t (:foreground ,c070)))) - `(font-lock-function-name-face ((t (:foreground ,c091)))) - `(font-lock-keyword-face ((t (:foreground ,c087)))) + `(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 ,c109))) - `(font-lock-regexp-grouping-construct ((t :foreground ,c109))) - `(font-lock-string-face ((t (:foreground ,c090)))) - `(font-lock-type-face ((t (:foreground ,c089)))) - `(font-lock-variable-name-face ((t (:foreground ,c105)))) + `(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 ,c115)))) + `(font-lock-variable-name-face ((t (:foreground ,c090)))) `(font-lock-warning-face ((t (:foreground ,c107)))) ;; Highlighted Line Face @@ -273,6 +273,13 @@ Kathleen Kayeme’s story “The Fairy Tree”. See URL ;; Ace Window faces `(aw-leading-char-face ((t (:foreground ,c106)))) + ;; Company faces + `(company-tooltip ((t (:background ,c029 :foreground ,c104)))) + `(company-tooltip-selection ((t (:background ,c041)))) + `(company-tooltip-common ((t (:foreground ,c062)))) + `(company-scrollbar-bg ((t (:background ,c029)))) + `(company-scrollbar-fg ((t (:background ,c060)))) + )) ;;;###autoload