Skip to content

Commit

Permalink
Improved / extended ERC faces
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Apr 26, 2012
1 parent 8dc2501 commit d135c6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions color-theme-sanityinc-solarized.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -398,12 +398,14 @@ names to which it refers are bound."
(erc-error-face ((,class (:foreground ,red)))) (erc-error-face ((,class (:foreground ,red))))
(erc-header-face ((,class (:foreground ,strong :background ,alt-background)))) (erc-header-face ((,class (:foreground ,strong :background ,alt-background))))
(erc-input-face ((,class (:foreground ,green)))) (erc-input-face ((,class (:foreground ,green))))
(erc-current-nick-face ((,class (:foreground ,green))))
(erc-my-nick-face ((,class (:foreground ,green)))) (erc-my-nick-face ((,class (:foreground ,green))))
(erc-nick-default-face ((,class (:weight normal :foreground ,violet)))) (erc-nick-default-face ((,class (:weight normal :foreground ,violet))))
(erc-nick-msg-face ((,class (:weight normal :foreground ,yellow)))) (erc-nick-msg-face ((,class (:weight normal :foreground ,yellow))))
(erc-notice-face ((,class (:foreground ,cyan)))) (erc-notice-face ((,class (:foreground ,faintest))))
(erc-pal-face ((,class (:foreground ,orange))))
(erc-prompt-face ((,class (:foreground ,blue)))) (erc-prompt-face ((,class (:foreground ,blue))))
(erc-timestamp-face ((,class (:foreground ,faint)))) (erc-timestamp-face ((,class (:foreground ,cyan))))


(custom-variable-tag ((,class (:foreground ,blue)))) (custom-variable-tag ((,class (:foreground ,blue))))
(custom-group-tag ((,class (:foreground ,blue)))) (custom-group-tag ((,class (:foreground ,blue))))
Expand Down

0 comments on commit d135c6e

Please sign in to comment.