X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/83316bf4044b5fca98f19daae8f16a646b7e83e9..924a09e9161c05d9d69d85fa102910b10ece372f:/etc/themes/wombat-theme.el diff --git a/etc/themes/wombat-theme.el b/etc/themes/wombat-theme.el index 6a16b52ee2..45b3a9dd7e 100644 --- a/etc/themes/wombat-theme.el +++ b/etc/themes/wombat-theme.el @@ -1,6 +1,6 @@ -;;; wombat-theme.el --- Custom face theme for Emacs +;;; wombat-theme.el --- Custom face theme for Emacs -*-coding: utf-8 -*- -;; Copyright (C) 2011 Free Software Foundation, Inc. +;; Copyright (C) 2011-2014 Free Software Foundation, Inc. ;; Author: Kristoffer Grönlund @@ -22,7 +22,7 @@ ;;; Code: (deftheme wombat - "Theme for faces, using easy-on-the eyes colors on a dark gray background. + "Medium-contrast faces with a dark gray background. Adapted, with permission, from a Vim color scheme by Lars H. Nielsen. Basic, Font Lock, Isearch, Gnus, Message, and Ansi-Color faces are included.") @@ -31,7 +31,7 @@ are included.") (custom-theme-set-faces 'wombat `(default ((,class (:background "#242424" :foreground "#f6f3e8")))) - `(cursor ((,class (:background "#656565" :foreground "#f6f3e8")))) + `(cursor ((,class (:background "#656565")))) ;; Highlighting faces `(fringe ((,class (:background "#303030")))) `(highlight ((,class (:background "#454545" :foreground "#ffffff"