X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/b49e353d9d01adbe60bc5d0b1658b4ef978b0b06..acaf905b1130aae80fa59d2c861ffd4c8eb75486:/etc/themes/wheatgrass-theme.el diff --git a/etc/themes/wheatgrass-theme.el b/etc/themes/wheatgrass-theme.el index 63ebc247b9..113fbae7b6 100644 --- a/etc/themes/wheatgrass-theme.el +++ b/etc/themes/wheatgrass-theme.el @@ -1,6 +1,6 @@ ;;; wheatgrass-theme.el --- custom theme for faces -;; Copyright (C) 2010-2011 Free Software Foundation, Inc. +;; Copyright (C) 2010-2012 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -29,7 +29,7 @@ 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"))))