X-Git-Url: https://git.korewanetadesu.com/?p=BTCSB-theme.git;a=blobdiff_plain;f=BTCSB-theme.el;h=bcb34ea8bd089b3bac18c47eceed64d0958af3b6;hp=b0cd08effdd02e0d447f7b6562a2f2e4bac9834d;hb=56f22d771fb616dfed67b79a3bda52ac04df1846;hpb=56097f53a2a8705ba86d06cf2f43d6c8b361d7be diff --git a/BTCSB-theme.el b/BTCSB-theme.el index b0cd08e..bcb34ea 100644 --- a/BTCSB-theme.el +++ b/BTCSB-theme.el @@ -1,7 +1,7 @@ ;;; BTCSB-theme.el --- Baby, the Code Shines Bright -*- lexical-binding: t; -*- ;; ;; Author: Joe Wreschnig -;; Package-Version: 20170610 +;; Package-Version: 20170806 ;; Package-Requires: ((emacs "24")) ;; Keywords: faces ;; @@ -183,6 +183,13 @@ recommended pairings are Fantasque Sans or Monaco.") `(flycheck-error-list-id ((t (:inherit (font-lock-constant-face))))) `(flycheck-error-list-checker-name ((t (:foreground ,clr11)))) + ;; Powerline Faces + `(powerline-active1 ((t (:background ,clr13)))) + `(powerline-active2 ((t (:background ,clr22)))) + `(powerline-inactive1 ((t (:background ,clr16)))) + `(powerline-inactive2 ((t (:background ,clr29)))) + `(mode-line-buffer-id-inactive ((t (:inherit mode-line-inactive)))) + ;; Pp^l Highlight Face - it's like a comment, I guess? I'm never ;; happy with how this looks except that I'm always happier to see ;; it than a literal ^L. @@ -201,6 +208,13 @@ recommended pairings are Fantasque Sans or Monaco.") `(web-mode-html-attr-equal-face ((t (:inherit (shadow))))) `(web-mode-css-selector-face ((t (:foreground ,clr26)))) `(web-mode-css-pseudo-class-face ((t (:foreground ,clr17)))) + + ;; Mail, elfeed, etc. + `(message-header-name ((t (:foreground ,clr14)))) + `(message-header-subject ((t (:foreground ,clr09)))) + `(message-header-to ((t (:foreground ,clr09)))) + `(message-header-other ((t (:foreground ,clr08)))) + `(shr-link ((t (:foreground ,clr24)))) )) ;;;###autoload