emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c595539 111/271: Shift and darken colors for light color s


From: Jackson Ray Hamilton
Subject: [elpa] master c595539 111/271: Shift and darken colors for light color scheme.
Date: Thu, 05 Feb 2015 18:30:21 +0000

branch: master
commit c5955396ded01e072feb2b3e083bdd9372e4298c
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Shift and darken colors for light color scheme.
---
 context-coloring.el |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 2450e25..1795baf 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -38,8 +38,7 @@
 
 (defface context-coloring-level--1-face
   '((((type tty)) (:foreground "white"))
-    (((background light)) (:foreground "#7f7f7f"))
-    (((background dark)) (:foreground "#7f7f7f")))
+    (t (:foreground "#7f7f7f")))
   "Context coloring face, level -1; comments."
   :group 'context-coloring-faces)
 
@@ -52,42 +51,42 @@
 
 (defface context-coloring-level-1-face
   '((((type tty)) (:foreground "yellow"))
-    (((background light)) (:foreground "#2D6994"))
+    (((background light)) (:foreground "#92892d"))
     (((background dark)) (:foreground "#ffff80")))
   "Context coloring face, level 1."
   :group 'context-coloring-faces)
 
 (defface context-coloring-level-2-face
   '((((type tty)) (:foreground "green"))
-    (((background light)) (:foreground "#592D94"))
+    (((background light)) (:foreground "#458027"))
     (((background dark)) (:foreground "#cdfacd")))
   "Context coloring face, level 2."
   :group 'context-coloring-faces)
 
 (defface context-coloring-level-3-face
   '((((type tty)) (:foreground "cyan"))
-    (((background light)) (:foreground "#A13143"))
+    (((background light)) (:foreground "#25577a"))
     (((background dark)) (:foreground "#d8d8ff")))
   "Context coloring face, level 3."
   :group 'context-coloring-faces)
 
 (defface context-coloring-level-4-face
   '((((type tty)) (:foreground "blue"))
-    (((background light)) (:foreground "#AC7135"))
+    (((background light)) (:foreground "#49257a"))
     (((background dark)) (:foreground "#e7c7ff")))
   "Context coloring face, level 4."
   :group 'context-coloring-faces)
 
 (defface context-coloring-level-5-face
   '((((type tty)) (:foreground "magenta"))
-    (((background light)) (:foreground "#ACA135"))
+    (((background light)) (:foreground "#872938"))
     (((background dark)) (:foreground "#ffcdcd")))
   "Context coloring face, level 5."
   :group 'context-coloring-faces)
 
 (defface context-coloring-level-6-face
   '((((type tty)) (:foreground "red"))
-    (((background light)) (:foreground "#539A2F"))
+    (((background light)) (:foreground "#92602d"))
     (((background dark)) (:foreground "#ffe390")))
   "Context coloring face, level 6."
   :group 'context-coloring-faces)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]