Created
October 2, 2011 19:57
-
-
Save dleslie/1257860 to your computer and use it in GitHub Desktop.
Fix Quack's Font Facing to be Friendly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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