aboutsummaryrefslogtreecommitdiffstats
path: root/new-theme.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-19 13:30:18 +0200
committerGravatar Tom Willemsen2012-10-19 13:30:18 +0200
commit96d4e6b51d11ca95709c61fb4b6c932c38d22cfc (patch)
tree90aee13b92fcb2b4df2439b705b6248d1e3a159a /new-theme.el
parentad7db8b69daeb05d488102a145a480e64efe4557 (diff)
downloadyoshi-theme-96d4e6b51d11ca95709c61fb4b6c932c38d22cfc.tar.gz
yoshi-theme-96d4e6b51d11ca95709c61fb4b6c932c38d22cfc.zip
.emacs.d/themes/new-theme.el
Diffstat (limited to 'new-theme.el')
-rw-r--r--new-theme.el12
1 files changed, 10 insertions, 2 deletions
diff --git a/new-theme.el b/new-theme.el
index 04f9930..dd4eb13 100644
--- a/new-theme.el
+++ b/new-theme.el
@@ -43,9 +43,9 @@
'(font-lock-type-face ((t (:foreground "#78a2c1" :bold t))))
'(font-lock-variable-name-face ((t (:foreground "#c39cc3"))))
'(highlight ((t (:background "#171719"))))
- '(ido-subdir ((t (:foreground "#ff5d55"))))
+ '(ido-subdir ((t (:foreground "#ff756e"))))
'(italic ((t (:slant italic))))
- '(jabber-chat-prompt-foreign ((t (:foreground "#ff5d55"))))
+ '(jabber-chat-prompt-foreign ((t (:foreground "#ff756e"))))
'(jabber-chat-prompt-local ((t (:foreground "#78a2c1"))))
'(jabber-roster-user-online ((t (:foreground "#769ff2"))))
'(link ((t (:foreground "#ffbb56" :underline t))))
@@ -68,6 +68,14 @@
'(rst-level-4 ((t (:height 1.2 :background nil))))
'(rst-level-5 ((t (:height 1.1 :background nil))))
'(rst-level-6 ((t (:height 1.0 :background nil))))
+ '(term-color-black ((t (:background "#171719" :foreground "#999999"))))
+ '(term-color-blue ((t (:background "#2729b6" :foreground "#78a2c1"))))
+ '(term-color-cyan ((t (:background "#208181" :foreground "#93d8d8"))))
+ '(term-color-green ((t (:background "#405c2e" :foreground "#9ad870"))))
+ '(term-color-magenta ((t (:background "#5e325d" :foreground "#c39cc3"))))
+ '(term-color-red ((t (:background "#973732" :foreground "#ff756e"))))
+ '(term-color-white ((t (:background "#222224" :foreground "#a9a9a9"))))
+ '(term-color-yellow ((t (:background "#835c0e" :foreground "#ffbb56"))))
)
(provide-theme 'new)