Skip to content

Commit

Permalink
Merge pull request #34 from solarmist/patch-1
Browse files Browse the repository at this point in the history
Fixed typos.
  • Loading branch information
bbatsov committed Jan 30, 2012
2 parents fe327c2 + ad243dd commit a919259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions color-theme-zenburn.el
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@
(erc-highlight-face ((t (:inherit hover-highlight))))
(erc-input-face ((t (:foreground ,zenburn-yellow))))
(erc-keyword-face ((t (:inherit zenburn-strong-1-face))))
(erc-nick-default-face ((t (:weigth bold))))
(erc-my-nick-face ((t (:foreground ,zenburn-red :weigth bold))))
(erc-nick-default-face ((t (:weight bold))))
(erc-my-nick-face ((t (:foreground ,zenburn-red :weight bold))))
(erc-nick-msg-face ((t (:inherit erc-default))))
(erc-notice-face ((t (:foreground ,zenburn-green))))
(erc-pal-face ((t (:foreground ,zenburn-orange :weight bold))))
Expand Down

0 comments on commit a919259

Please sign in to comment.