X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/84eb0351d8be4811897c8cf62a69757ff5d14001..435c1d6793ce358f4d2c77c9e9c1ad81fd754651:/etc/themes/wheatgrass-theme.el diff --git a/etc/themes/wheatgrass-theme.el b/etc/themes/wheatgrass-theme.el index 7fd241c505..50db2661a9 100644 --- a/etc/themes/wheatgrass-theme.el +++ b/etc/themes/wheatgrass-theme.el @@ -20,7 +20,7 @@ ;;; Code: (deftheme wheatgrass - "A high-contrast theme with a black background. + "High-contrast green/blue/brown faces on a black background. Basic, Font Lock, Isearch, Gnus, and Message faces are included. The default face foreground is wheat, with other faces in shades of green, brown, and blue.") @@ -29,7 +29,10 @@ of green, brown, and blue.") (custom-theme-set-faces 'wheatgrass `(default ((,class (:foreground "wheat" :background "black")))) - `(cursor ((,class (:foreground "black" :background "thistle")))) + `(cursor ((,class (:background "thistle")))) + `(error ((,class (:foreground "salmon1")))) + `(warning ((,class (:foreground "orange")))) + `(success ((,class (:foreground "yellow green")))) ;; Highlighting faces `(highlight ((,class (:foreground "white" :background "dark green")))) `(region ((,class (:foreground "white" :background "dark green")))) @@ -45,9 +48,7 @@ of green, brown, and blue.") `(font-lock-string-face ((,class (:foreground "dark khaki")))) `(font-lock-type-face ((,class (:foreground "aquamarine")))) `(font-lock-variable-name-face ((,class (:foreground "yellow green")))) - `(font-lock-warning-face ((,class (:foreground "salmon1")))) ;; Button and link faces - `(button ((,class (:underline t :foreground "cyan")))) `(link ((,class (:underline t :foreground "cyan")))) `(link-visited ((,class (:underline t :foreground "dark cyan")))) ;; Gnus faces