X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/08b0fee82afa6153e14179b60e8315219782507a..ac5475dacb20d240db27d56199910d8a6fcc90e8:/etc/themes/deeper-blue-theme.el diff --git a/etc/themes/deeper-blue-theme.el b/etc/themes/deeper-blue-theme.el index 0fbd949696..929cba3789 100644 --- a/etc/themes/deeper-blue-theme.el +++ b/etc/themes/deeper-blue-theme.el @@ -1,6 +1,6 @@ ;;; deeper-blue-theme.el --- Custom theme for faces -;; Copyright (C) 2011 Free Software Foundation, Inc. +;; Copyright (C) 2011-2015 Free Software Foundation, Inc. ;; Author: Scott Frazer @@ -22,7 +22,7 @@ ;;; Code: (deftheme deeper-blue - "Face colors using a deep blue backgound.") + "Face colors using a deep blue background.") (let ((class '((class color) (min-colors 89)))) (custom-theme-set-faces @@ -35,12 +35,13 @@ `(compilation-error ((,class (:foreground "Red1")))) `(compilation-info ((,class (:weight normal :foreground "LightSkyBlue")))) `(compilation-line-number ((,class (:foreground "LightGreen")))) + `(compilation-mode-line-exit ((,class (:foreground "blue4")))) `(cperl-array-face ((,class (:foreground "yellow2")))) `(cperl-hash-face ((,class (:foreground "coral1")))) `(cursor ((,class (:background "green")))) `(default ((,class (:background "#181a26" :foreground "gray80")))) - `(diff-added ((,class (nil)))) - `(diff-changed ((,class (nil)))) + ;; `(diff-added ((,class (nil)))) + ;; `(diff-changed ((,class (nil)))) `(diff-context ((,class (:foreground "seashell4")))) `(diff-file-header ((,class (:background "grey60")))) `(diff-function ((,class (:inherit diff-header)))) @@ -51,7 +52,7 @@ `(diff-indicator-changed ((,class (:foreground "white" :background "dodgerblue4")))) `(diff-indicator-removed ((,class (:foreground "white" :background "indianred4")))) `(diff-refine-change ((,class (:background "skyblue4")))) - `(diff-removed ((,class (nil)))) + ;; `(diff-removed ((,class (nil)))) `(dired-marked ((,class (:background "dodgerblue3" :foreground "white")))) `(ediff-current-diff-A ((,class (:background "green4" :foreground "white")))) `(ediff-current-diff-B ((,class (:background "darkorange3" :foreground "white"))))