[sawfish/sawfish-1.5.0] Inactive windows in Crux theme do now have black text for better readability



commit e78f98538e11a1ca5f64bf1b2f557bbc41ca64e9
Author: chrisb <zanghar freenet de>
Date:   Sun Sep 20 11:35:23 2009 +0200

    Inactive windows in Crux theme do now have black text for better readability

 ChangeLog            |    4 ++++
 man/news.texi        |    2 ++
 themes/Crux/theme.jl |    2 +-
 3 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 23547b9..71e08cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-20  Christopher Bratusek <zanghar freenet de>
+	* * themes/Crux/theme.jl: make default text-color of inactive frames black
+	                          for better readability
+
 2009-09-15  Christopher Bratusek <zanghar freenet de>
 	* scripts/Makefile.in: also expand REP_ENVIRON here [Luis Rodrigo Gallardo Cruz]
 
diff --git a/man/news.texi b/man/news.texi
index 33c9c15..f31aa72 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -32,6 +32,8 @@ they occurred between. For more detailed information see the
 @item Other Changes:
 @itemize @minus
 
+ item Inactive windows in Crux theme do now have black text for better readability [Christopher Bratusek]
+
 @item News items for 1.5.0 are rewritten to describe them better [Teika Kazura]
 @end itemize
 @end itemize
diff --git a/themes/Crux/theme.jl b/themes/Crux/theme.jl
index e2e30ad..c4edafc 100644
--- a/themes/Crux/theme.jl
+++ b/themes/Crux/theme.jl
@@ -294,7 +294,7 @@
      (width . ,(lambda (w) (+ (title-left-width w) 2 -48)))
      (top-edge . -19)
      (text . ,window-name)
-     (foreground . ("grey95" "white"))
+     (foreground . ("black" "white"))
      (x-justify . ,horizontal-justification)
      (y-justify . ,vertical-justification)
      (class . title))



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