From da8f1e7b340cf2db6201be28969989baa4731c22 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Fri, 26 Oct 2018 14:56:02 +1100 Subject: [PATCH] pastels-on-dark-theme improvements --- lisp/pastels-on-dark-theme.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lisp/pastels-on-dark-theme.el b/lisp/pastels-on-dark-theme.el index 4d51d46..cec7818 100644 --- a/lisp/pastels-on-dark-theme.el +++ b/lisp/pastels-on-dark-theme.el @@ -1,7 +1,7 @@ ;;; pastels-on-dark-theme.el --- Pastels on Dark theme for Emacs 24 +;; Modified by: James Bunton ;; Author: Mats Persson -;; Maintainer: Shane Celis ;; URL: http://gist.github.com/1906662 ;; Version: 0.3 ;; Keywords: theme, color @@ -27,7 +27,7 @@ '(escape-glyph ((t (:foreground "#47B8D6")))) '(minibuffer-prompt ((t (:foreground "#47B8D6")))) '(highlight ((t (:background "#262626")))) - '(region ((t (:background "#322A31")))) + '(region ((t (:background "#822A31")))) '(shadow ((t (:foreground "#555555")))) '(secondary-selection ((t (:background "#463849")))) '(trailing-whitespace ((t (:background "#FFD0D0")))) @@ -56,7 +56,10 @@ '(compilation-line-number ((t (:foreground "#EC9E00")))) '(glyphless-char ((t (:background "#4F4D4D")))) '(lazy-highlight ((t (:background "#302733")))) - '(default ((t (:stipple nil :background "#211D1D" :foreground "#DADADA" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal))))) + '(default ( + (((type tty)) (:stipple nil :background nil :foreground nil :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal)) + (((type graphic)) (:stipple nil :background "#211D1D" :foreground "#DADADA" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal)) + ))) ;;;###autoload @@ -70,4 +73,4 @@ ;; no-byte-compile: t ;; End: -;;; pastels-on-dark-theme.el ends here \ No newline at end of file +;;; pastels-on-dark-theme.el ends here -- 2.39.2