Skip to content

Commit

Permalink
Make builtin face distinguishable in blackboard theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jun 3, 2009
1 parent 044dab1 commit e28f834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elpa-to-submit/blackboard.el
Expand Up @@ -34,7 +34,7 @@
(bold-italic ((t (:bold t))))
(border-glyph ((t (nil))))
(buffers-tab ((t (:background "#0C1021" :foreground "#F8F8F8"))))
(font-lock-builtin-face ((t (:foreground "#F8F8F8"))))
(font-lock-builtin-face ((t (:foreground "#94bff3"))))
(font-lock-comment-face ((t (:italic t :foreground "#AEAEAE"))))
(font-lock-constant-face ((t (:foreground "#D8FA3C"))))
(font-lock-doc-string-face ((t (:foreground "DarkOrange"))))
Expand Down

0 comments on commit e28f834

Please sign in to comment.