X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b9345dfd4b5479ec624f1870723a8ea5c9c719e7..ba3189039adc8ec5eba5ed3e21d42019a4616b7c:/etc/themes/misterioso-theme.el diff --git a/etc/themes/misterioso-theme.el b/etc/themes/misterioso-theme.el index 864d31d9b0..a9377998d0 100644 --- a/etc/themes/misterioso-theme.el +++ b/etc/themes/misterioso-theme.el @@ -1,6 +1,6 @@ ;;; misterioso-theme.el --- Custom face theme for Emacs -;; Copyright (C) 2011 Free Software Foundation, Inc. +;; Copyright (C) 2011-2014 Free Software Foundation, Inc. ;; Author: Sebastian Hermida @@ -22,7 +22,7 @@ ;;; Code: (deftheme misterioso - "Theme for faces, using light colors on a dark gray background.") + "Predominantly blue/cyan faces on a dark cyan background.") (let ((class '((class color) (min-colors 89)))) @@ -33,7 +33,7 @@ (:background "#2d3743" :foreground "#e1e1e0")) (,class (:background "#3a3a3a" :foreground "#e1e1e0")))) - `(cursor ((,class (:background "#415160" :foreground "#415160")))) + `(cursor ((,class (:background "#415160")))) ;; Highlighting faces `(fringe ((,class (:background "#2e3748")))) `(highlight ((,class (:background "#338f86" :foreground "#e1e1e0"))))