Make keywords orange

Others don't seem to like this quite as much, so keeping it out of the initial pull request.
This commit is contained in:
Michael Olson 2012-12-04 16:16:13 -08:00
parent cb7ebc852d
commit 86c2994d5a
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(rcirc-timestamp ((t (:foreground ,base01))))
;; ERC
(erc-input-face ((t (:foreground ,base01))))
(erc-keyword-face ((t (,@fmt-bold ,@fg-cyan ,@bg-base02))))
(erc-keyword-face ((t (,@fmt-bldi ,@fg-yellow))))
(erc-my-nick-face ((t (:foreground ,blue))))
(erc-nick-default-face ((t (,@fmt-none ,@fg-cyan))))
(erc-notice-face ((t (,@fmt-none ,@fg-blue))))