Skip to content

Instantly share code, notes, and snippets.

@drobati
Created September 18, 2010 05:39
Show Gist options
  • Save drobati/585391 to your computer and use it in GitHub Desktop.
Save drobati/585391 to your computer and use it in GitHub Desktop.
Custom-set-faces gives you my emacs faces.
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:inherit nil :stipple nil :background "#111111" :foreground "White" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight light :height 105 :width normal :foundry "apple" :family "Anonymous"))))
'(erc-action-face ((t (:foreground "#ff9999" :weight bold))))
'(erc-default-face ((t (:weight light :family "Anonymous"))))
'(erc-error-face ((t (:foreground "#eeee99"))))
'(erc-header-line ((t (:background "#FF0000" :foreground "#000000"))))
'(erc-input-face ((t (:foreground "#999999" :weight light :family "Anonymous"))))
'(erc-keyword-face ((t (:foreground "#FFFF00" :weight bold))))
'(erc-my-nick-face ((t (:foreground "#ff7777" :weight bold))))
'(erc-nick-default-face ((t (:weight light))))
'(erc-notice-face ((t (:foreground "#5555bb" :slant italic :weight light))))
'(erc-prompt-face ((t (:background "#000000" :foreground "#555555" :weight bold))))
'(erc-timestamp-face ((t (:foreground "#333333" :weight thin))))
'(link ((((class color) (min-colors 88) (background dark)) (:foreground "#FF6666" :underline t))))
'(mode-line ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
'(newsticker-date-face ((t (:slant italic :height 1.0 :family "Helvetica"))))
'(newsticker-default-face ((default nil) (nil (:height 1.2 :family "Helvetica"))))
'(newsticker-enclosure-face ((t (:background "orange" :weight bold :height 1.2 :family "Helvetica"))))
'(newsticker-extra-face ((t (:foreground "gray50" :slant italic :height 1.4 :family "Helvetica"))))
'(newsticker-feed-face ((t (:foreground "misty rose" :weight bold :height 1.8 :family "Helvetica"))))
'(newsticker-immortal-item-face ((t (:foreground "orange" :slant italic :weight bold :height 1.2 :family "Helvetica"))))
'(newsticker-new-item-face ((t (:weight bold :height 1.2 :family "Helvetica"))))
'(newsticker-obsolete-item-face ((t (:strike-through t :weight bold :height 1.2 :family "Helvetica"))))
'(newsticker-old-item-face ((t (:foreground "orange3" :weight thin :height 1.2 :family "Helvetica"))))
'(newsticker-statistics-face ((t (:slant italic :height 1.0 :family "Helvetica"))))
'(tooltip ((default nil) (nil nil))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment