aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-07 23:33:31 +0200
committerGravatar Tom Willemsen2012-10-07 23:33:31 +0200
commitc2752b087bbcc189155a7594ac4699c76fd9bd1f (patch)
tree1ed25e2e780b9e4e4f9547198e7962486b1e8df3
parent6f58e67b620b55c257caed9da7832af9b448cc8e (diff)
downloadyoshi-theme-c2752b087bbcc189155a7594ac4699c76fd9bd1f.tar.gz
yoshi-theme-c2752b087bbcc189155a7594ac4699c76fd9bd1f.zip
.emacs.d/themes/new-theme.el
-rw-r--r--new-theme.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/new-theme.el b/new-theme.el
index c4df5e6..53420fc 100644
--- a/new-theme.el
+++ b/new-theme.el
@@ -36,9 +36,10 @@
'(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold))))
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
'(font-lock-doc-face ((t (:foreground "#9ad870"))))
+ '(font-lock-function-name-face ((t (:foreground "#1793d1"))))
'(font-lock-keyword-face ((t (:foreground "#cfce29"))))
'(font-lock-string-face ((t (:foreground "#ffbd5c"))))
- '(font-lock-type-face ((t (:foreground "#78a2c1"))))
+ '(font-lock-type-face ((t (:foreground "#1793d1" :bold t))))
'(highlight ((t (:background "#171719"))))
'(ido-subdir ((t (:foreground "#ff5d55"))))
'(jabber-chat-prompt-foreign ((t (:foreground "#ff5d55"))))