summaryrefslogtreecommitdiff
path: root/etc/themes/deeper-blue-theme.el
diff options
context:
space:
mode:
authorWilliam Stevenson <yhvh2000@gmail.com>2011-09-12 21:55:46 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-09-12 21:55:46 -0400
commit76e20fd6a501daa9cba918725cde2ebd978cf6e4 (patch)
tree23a2ce8f1570888442055f4fbc1daf62060a0a2a /etc/themes/deeper-blue-theme.el
parent1cc15067897045fd59d8bfeb7ab542fcdd7bd274 (diff)
downloademacs-76e20fd6a501daa9cba918725cde2ebd978cf6e4.tar.gz
* themes/adwaita-theme.el: New file.
Diffstat (limited to 'etc/themes/deeper-blue-theme.el')
-rw-r--r--etc/themes/deeper-blue-theme.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/themes/deeper-blue-theme.el b/etc/themes/deeper-blue-theme.el
index 2430954e4a0..5c93e84d078 100644
--- a/etc/themes/deeper-blue-theme.el
+++ b/etc/themes/deeper-blue-theme.el
@@ -35,7 +35,6 @@
`(compilation-error ((,class (:foreground "Red1"))))
`(compilation-info ((,class (:weight normal :foreground "LightSkyBlue"))))
`(compilation-line-number ((,class (:foreground "LightGreen"))))
- `(compilation-warning ((,class (:foreground "Yellow"))))
`(cperl-array-face ((,class (:foreground "yellow2"))))
`(cperl-hash-face ((,class (:foreground "coral1"))))
`(cursor ((,class (:background "green" :foreground "black"))))
@@ -60,6 +59,7 @@
`(ediff-fine-diff-A ((,class (:background "skyblue4" :foreground "white"))))
`(ediff-fine-diff-B ((,class (:background "cyan4" :foreground "white"))))
`(ediff-odd-diff-A ((,class (:background "Grey50" :foreground "White"))))
+ `(error ((,class (:foreground "red"))))
`(flymake-errline ((,class (:background nil :underline "red"))))
`(flymake-warnline ((,class (:background nil :underline "magenta3"))))
`(font-lock-builtin-face ((,class (:foreground "LightCoral"))))
@@ -77,7 +77,6 @@
`(font-lock-string-face ((,class (:foreground "burlywood"))))
`(font-lock-type-face ((,class (:foreground "CadetBlue1"))))
`(font-lock-variable-name-face ((,class (:foreground "SeaGreen2"))))
- `(font-lock-warning-face ((,class (:foreground "red"))))
`(fringe ((,class (:background "black"))))
`(highlight ((,class (:background "DodgerBlue4"))))
`(ido-first-match ((,class (:weight normal :foreground "orange"))))
@@ -104,7 +103,9 @@
`(primary-selection ((,class (:background "blue3"))))
`(region ((,class (:background "#103050"))))
`(show-paren-match-face ((,class (:background "dodgerblue1" :foreground "white"))))
- `(show-paren-mismatch-face ((,class (:background "red1" :foreground "white"))))))
+ `(show-paren-mismatch-face ((,class (:background "red1" :foreground "white"))))
+ `(success ((,class (:foreground "SeaGreen2"))))
+ `(warning ((,class (:foreground "Yellow"))))))
(provide-theme 'deeper-blue)