Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. (deftheme paper "Color theme with Paper theme colors")
  2.  
  3. (custom-theme-set-faces
  4. 'paper
  5.  
  6. '(default ((t (:background "#f7f7f7" :foreground "#505050"))))
  7. '(custom-face-tag ((t (:foreground "#66D9EF" :weight bold))))
  8. '(custom-state ((t (:background "#DFD03A"))))
  9. '(region ((t (:background "#dbdee0"))))
  10.  
  11. '(font-lock-builtin-face ((t (:foreground "#BA174E"))))
  12. '(font-lock-comment-face ((t (:foreground "#636e73" :weight light :slant italic))))
  13. '(font-lock-constant-face ((t (:foreground "#CA3E2D"))))
  14. '(font-lock-function-name-face ((t (:foreground "#4F92E3" :weight bold))))
  15. '(font-lock-keyword-face ((t (:foreground "#3FBCF4"))))
  16. '(font-lock-string-face ((t (:foreground "#8A336F" :slant italic))))
  17. '(font-lock-type-face ((t (:foreground "#48984B"))))
  18. '(font-lock-variable-name-face ((t (:foreground "#2C6B89"))))
  19. '(font-lock-warning-face ((t (:foreground "#ffffff" :weight bold :slant italic :background "#636e73"))))
  20. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement