Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. (defface uchi-default-light-blue '((t (:foreground "#44d"))) "default light blue")
  2. (defface uchi-bold-green '((t (:inherit bold :foreground "#090"))) "bold green")
  3. (defface uchi-bold-blue '((t (:inherit bold :foreground "#008"))) "bold blue")
  4. (defface uchi-bold-light-blue '((t (:inherit (bold uchi-default-light-blue)))) "bold light blue")
  5. (defface uchi-bold-sky-blue '((t (:inherit bold :foreground "#48d"))) "bold sky blue")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement