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



commit 0a835ad6787647ae8214acc1ff7689895845dc1f
Author: chrisb <zanghar freenet de>
Date:   Sun Sep 20 11:28:52 2009 +0200

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

 ChangeLog            |    3 +++
 man/news.texi        |    2 ++
 themes/Crux/theme.jl |    2 +-
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 29ab2ea..4933774 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
 
 	* lisp/sawfish/gtk/widget-text.jl: mark as broken
 
+	* themes/Crux/theme.jl: make default text-color of inactive frames black
+	                        for better readability
+
 2009-09-19  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/wm/commands/user.jl
 	* lisp/sawfish/wm/workspace.jl: move display-workspace-name & helpers to workspace.jl
diff --git a/man/news.texi b/man/news.texi
index 85ac2e7..1f4050a 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -139,6 +139,8 @@ your system, but the later doesn't
 
 @item Changing @code{raise-tabs-on-hover} takes effect immediately now [Christopher Bratusek]
 
+ item Inactive windows in Crux theme do now have black text for better readability [Christopher Bratusek]
+
 @item Add --tag=CC to libtool where necessary, unbrakes compilation on some arches [Gentoo]
 
 @item Improved ebuild [Christopher Bratusek]
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]