Skip to content

Instantly share code, notes, and snippets.

@dleslie
Created October 2, 2011 19: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 dleslie/1257860 to your computer and use it in GitHub Desktop.
Save dleslie/1257860 to your computer and use it in GitHub Desktop.
Fix Quack's Font Facing to be Friendly
(custom-set-faces
'(quack-about-face ((t (:inherit font-lock-warning))))
'(quack-about-title-face ((t (:inherit font-lock-warning :weight bold :height 2.0))))
'(quack-banner-face ((t (:inherit font-lock-warning-face))))
'(quack-pltfile-dir-face ((t (:inherit dired-face-directory))))
'(quack-pltfile-file-face ((t (:inherit dired-face-file ))))
'(quack-pltfile-prologue-face ((((class color)) (:inherit dired-face-boring))))
'(quack-pltish-class-defn-face ((((class color) (background dark)) (:inherit font-lock-type-face))))
'(quack-pltish-colon-keyword-face ((t (:inherit font-lock-keyword-face))))
'(quack-pltish-comment-face ((((class color) (background dark)) (:inherit font-lock-comment-face))))
'(quack-pltish-defn-face ((t (:inherit font-lock-function-name-face))))
'(quack-pltish-keyword-face ((t (:inherit font-lock-keyword-face))))
'(quack-pltish-module-defn-face ((((class color) (background dark)) (:inherit font-lock-type-face :weight bold))))
'(quack-pltish-paren-face ((((class color) (background dark)) (:inherit font-lock-operator-face))))
'(quack-pltish-selfeval-face ((((class color) (background dark)) (:inherit font-lock-string-face))))
'(quack-threesemi-h1-face ((t (:inherit font-lock-doc-string-face :weight bold :height 1.4))))
'(quack-threesemi-h2-face ((t (:inherit font-lock-doc-string-face :weight bold :height 1.2))))
'(quack-threesemi-h3-face ((t (:inherit font-lock-doc-string-face :weight bold))))
'(quack-threesemi-semi-face ((((class color) (background dark)) (:inherit font-lock-doc-face))))
'(quack-threesemi-text-face ((((class color) (background dark)) (:inherit font-lock-doc-string-face)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment