Skip to content

Instantly share code, notes, and snippets.

@minikomi
Created July 18, 2017 09:40
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 minikomi/a21282c1cc4a815a814a0c96e3b8bfb4 to your computer and use it in GitHub Desktop.
Save minikomi/a21282c1cc4a815a814a0c96e3b8bfb4 to your computer and use it in GitHub Desktop.
(progn (deftheme cool-stream "Refreshing summer theme")
(put
(quote cool-stream)
(quote theme-immediate) t)
(custom-theme-set-faces
(quote cool-stream)
(quote (font-lock-string-face ((t (:foreground "#2880c5" :background "#f2f2f2")))))
(quote (font-lock-variable-name-face ((t (:foreground "#8a8a8a")))))
(quote (font-lock-type-face ((t (:foreground "#2880c5")))))
(quote (font-lock-function-name-face ((t (:foreground "#a40000")))))
(quote (font-lock-preprocessor-face ((t (:foreground "#073642")))))
(quote (font-lock-builtin-face ((t (:foreground "#073642")))))
(quote (font-lock-constant-face ((t (:foreground "#2880c5")))))
(quote (font-lock-doc-face ((t (:foreground "#a40000")))))
(quote (font-lock-background-face ((t (:background "#f2f2f2")))))
(quote (font-lock-comment-face ((t (:foreground "#748c8e")))))
(quote (font-lock-keyword-face ((t (:foreground "#62b634"
:background "#ebfae8")))))
(quote (font-lock-comment-delimiter-face ((t (:foreground "#748c8e")))))
(quote (default ((t (:foreground "#444c3e" :background "#fafafe"))))))
(provide-theme (quote cool-stream)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment