* themes/adwaita-theme.el: New file.
[bpt/emacs.git] / etc / themes / deeper-blue-theme.el
index 2430954..5c93e84 100644 (file)
@@ -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"))))
    `(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)