Skip to content

Instantly share code, notes, and snippets.

@jwinder
Created October 1, 2013 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwinder/6780758 to your computer and use it in GitHub Desktop.
Save jwinder/6780758 to your computer and use it in GitHub Desktop.
rcirc-font-faces
(custom-set-faces
'(rcirc-my-nick ((t (:foreground "#00ffff"))))
'(rcirc-other-nick ((t (:foreground "#90ee90"))))
'(rcirc-server ((t (:foreground "#a2b5cd"))))
'(rcirc-server-prefix ((t (:foreground "#00bfff"))))
'(rcirc-timestamp ((t (:foreground "#7d7d7d"))))
'(rcirc-nick-in-message ((t (:foreground "#00ffff"))))
'(rcirc-prompt ((t (:foreground "#00bfff")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment