Guest User

Untitled

a guest
May 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. ;; custom faces
  2. ;; quack-pltish-comment-face
  3. ;; quack-pltish-selfeval-face
  4. ;; quack-pltish-paren-face
  5. ;; quack-banner-face
  6. ;; quack-pltish-class-defn-face
  7. ;; quack-pltish-module-defn-face
  8. ;; quack-pltish-keyword-face
  9. ;; quack-threesemi-h2-face
  10. ;; quack-threesemi-h3-face
  11. ;; quack-pltfile-prologue-face
  12. ;; quack-pltfile-dir-face
  13. ;; quack-pltfile-file-face
  14. ;; quack-about-title-face
  15. ;; quack-about-face
  16. ;; quack-smallprint-face
  17. (custom-set-faces
  18. '(quack-pltish-defn-face
  19. ((((class color) (background light))(:bold t :foreground "darkgoldenrod4"))
  20. (((class color) (background dark))(:bold t :foreground "darkgoldenrod3"))
  21. (t (:bold t :underline t)))))
  22. (custom-set-faces
  23. '(quack-threesemi-semi-face
  24. ((((class color) (background light))(:bold t :foreground "blue"))
  25. (((class color) (background dark))(:bold t :foreground "blue"))
  26. (t (:slant italic)))))
  27. (custom-set-faces
  28. '(quack-threesemi-text-face
  29. ((((class color) (background light))(:foreground "cyan4"))
  30. (((class color) (background dark))(:bold t :foreground "blue"))
  31. (t (:slant italic)))))
  32. (custom-set-faces
  33. '(quack-pltish-keyword-face
  34. ((((class color)(background light))(:bold t :foreground "maroon2"))
  35. (((class color)(background dark))(:bold t :foreground "maroon2")))))
Add Comment
Please, Sign In to add comment