summaryrefslogtreecommitdiff
path: root/etc/themes/dichromacy-theme.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-08-18 20:12:45 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-08-18 20:12:45 -0400
commit5226c7c0169c61977d8914a5feb385bde36077ee (patch)
treecf84056c097ef414e262a2d01130e25a933a181b /etc/themes/dichromacy-theme.el
parentc7b98a1c197f91ca0dc85b4eab629b3ef5da7b09 (diff)
downloademacs-5226c7c0169c61977d8914a5feb385bde36077ee.tar.gz
Adapt themes to new error/warning/success faces.
* etc/themes/dichromacy-theme.el: * etc/themes/wheatgrass-theme.el: * etc/themes/tango-theme.el: * etc/themes/tango-dark-theme.el: Add error, warning, and success faces.
Diffstat (limited to 'etc/themes/dichromacy-theme.el')
-rw-r--r--etc/themes/dichromacy-theme.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/themes/dichromacy-theme.el b/etc/themes/dichromacy-theme.el
index 31f27d9fb8a..3c260118b26 100644
--- a/etc/themes/dichromacy-theme.el
+++ b/etc/themes/dichromacy-theme.el
@@ -60,6 +60,10 @@ Ansi-Color faces are included.")
;; Escape and prompt faces
`(minibuffer-prompt ((,class (:weight bold :foreground ,blue))))
`(escape-glyph ((,class (:foreground ,vermillion))))
+ `(error ((,class (:weight bold :slant italic
+ :foreground ,vermillion))))
+ `(warning ((,class (:foreground ,orange))))
+ `(success ((,class (:foreground ,bluegreen))))
;; Font lock faces
`(font-lock-builtin-face ((,class (:foreground ,blue))))
`(font-lock-comment-face ((,class (:slant italic :foreground ,bluegreen))))
@@ -69,8 +73,6 @@ Ansi-Color faces are included.")
`(font-lock-string-face ((,class (:foreground ,bluegray))))
`(font-lock-type-face ((,class (:weight bold :foreground ,blue))))
`(font-lock-variable-name-face ((,class (:weight bold :foreground ,orange))))
- `(font-lock-warning-face ((,class (:weight bold :slant italic
- :foreground ,vermillion))))
;; Button and link faces
`(link ((,class (:underline t :foreground ,blue))))
`(link-visited ((,class (:underline t :foreground ,redpurple))))