X-Git-Url: https://git.korewanetadesu.com/?p=BTCSB-theme.git;a=blobdiff_plain;f=BTCSB-theme.el;h=c858e915d6e5d91750db0738f25d4177f93a05c4;hp=cdb75116a5597488cd96f8501b3faf9bd61ef8d0;hb=HEAD;hpb=f9a7a0403c20c4463184927c2487fc7c737c74ca diff --git a/BTCSB-theme.el b/BTCSB-theme.el index cdb7511..c858e91 100644 --- a/BTCSB-theme.el +++ b/BTCSB-theme.el @@ -201,6 +201,9 @@ recommended pairings are Fantasque Sans or Monaco.") ;; Magit Faces `(magit-section-highlight ((t (:inherit (region))))) + `(git-commit-summary ((t (:foreground ,clr09)))) + `(git-commit-overlong-summary ((t (:inherit (error))))) + `(git-commit-nonempty-second-line ((t (:inherit (error))))) ;; Web Mode Faces `(web-mode-html-tag-face ((t (:foreground ,clr11)))) @@ -228,6 +231,43 @@ recommended pairings are Fantasque Sans or Monaco.") `(elfeed-search-last-update-face ((t (:foreground ,clr08)))) `(elfeed-search-unread-count-face ((t (:foreground ,clr18)))) `(elfeed-search-filter-face ((t (:foreground ,clr20)))) + + ;; Jabber.el + `(jabber-rare-time-face ((t (:inherit (variable-pitch) + :foreground ,clr08)))) + `(jabber-chat-text-foreign ((t (:inherit (variable-pitch))))) + `(jabber-chat-text-local ((t (:inherit (variable-pitch))))) + `(jabber-chat-prompt-foreign ((t (:inherit (jabber-chat-text-foreign) + :foreground ,clr14)))) + `(jabber-chat-prompt-local ((t (:inherit (jabber-chat-text-local) + :foreground ,clr13)))) + `(jabber-chat-prompt-system ((t (:inherit (variable-pitch) + :foreground ,clr23)))) + `(jabber-chat-error ((t (:inherit (variable-pitch) + :foreground ,clr27)))) + `(jabber-roster-user-online ((t (:inherit (default) + :foreground ,clr17)))) + `(jabber-roster-user-xa ((t (:inherit (default) + :foreground ,clr09)))) + `(jabber-roster-user-dnd ((t (:inherit (default) + :foreground ,clr09)))) + `(jabber-roster-user-away ((t (:inherit (default) + :foreground ,clr09)))) + `(jabber-roster-user-chatty ((t (:inherit (default) + :foreground ,clr21)))) + `(jabber-roster-user-error ((t (:inherit (default) + :foreground ,clr27)))) + `(jabber-roster-user-offline ((t (:inherit (default) + :foreground ,clr07)))) + `(jabber-title-small ((t (:inherit (variable-pitch) + :height 1.0 + :foreground ,clr08)))) + `(jabber-title-medium ((t (:inherit (variable-pitch) + :height 1.0 :weight bold + :foreground ,clr08)))) + `(jabber-title-large ((t (:inherit (variable-pitch) + :height 1.5 :weight bold + :foreground ,clr08)))) )) ;;;###autoload