]> code.delx.au - dotemacs/commitdiff
pastels-on-dark-theme improvements
authorJames Bunton <jamesbunton@delx.net.au>
Fri, 26 Oct 2018 03:56:02 +0000 (14:56 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Fri, 26 Oct 2018 03:56:02 +0000 (14:56 +1100)
lisp/pastels-on-dark-theme.el

index 4d51d46a01d2ec8974ca2d459e5335ea073a7a50..cec781831da2eb939df0406e9f3e2819bd13457b 100644 (file)
@@ -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 <shane (at) gnufoo (dot) org>
 ;; 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"))))
  '(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