Add package URL header.
[BTCSB-theme.git] / BTCSB-theme.el
index b0cd08e..422a22a 100644 (file)
@@ -1,9 +1,10 @@
 ;;; 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
+;; URL: https://git.korewanetadesu.com/BTCSB-theme.git
 ;;
 ;; This is free and unencumbered software released into the public
 ;; domain. Anyone is free to copy, modify, publish, use, compile,
@@ -183,6 +184,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 +209,22 @@ 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))))
+
+   ;; SHR, EWW, etc.
+   `(shr-link ((t (:foreground ,clr24))))
+
+   ;; Mail, elfeed, etc.
+   `(message-header-name ((t (:foreground ,clr07))))
+   `(message-header-subject ((t (:foreground ,clr04))))
+   `(message-header-to ((t (:foreground ,clr04))))
+   `(message-header-other ((t (:foreground ,clr23))))
+
+   ;; Elfeed
+   `(elfeed-search-date-face ((t (:foreground ,clr07))))
+   `(elfeed-search-title-face ((t (:foreground ,clr04))))
+   `(elfeed-search-unread-title-face ((t (:foreground ,clr26))))
+   `(elfeed-search-feed-face ((t (:foreground ,clr23))))
+   `(elfeed-search-tag-face ((t (:foreground ,clr21))))
    ))
 
 ;;;###autoload