[gnome-shell] theme: Add selected text color



commit 5cb43b6bae29f7804803bde8772706957e45b37a
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Mar 2 16:22:20 2011 -0500

    theme: Add selected text color
    
    This should improve readability of text that's selected.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643768

 data/theme/gnome-shell.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 1d9c72f..ca20ff7 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -464,6 +464,7 @@ StTooltip StLabel {
     background-gradient-start: rgba(5,5,6,0.1);
     background-gradient-end: rgba(254,254,254,0.1);
     background-gradient-direction: vertical;
+    selected-color: black;
     caret-color: rgb(128, 128, 128);
     caret-size: 1px;
     width: 250px;
@@ -724,6 +725,8 @@ StTooltip StLabel {
 .lg-dialog StEntry
 {
   color: #88ff66;
+  selection-background-color: #88ff66;
+  selected-color: black;
 }
 
 .lg-obj-inspector-title
@@ -1195,6 +1198,8 @@ StTooltip StLabel {
     color: #545454;
     background-color: #e8e8e8;
     caret-color: #545454;
+    selection-background-color: #bcbcbc;
+    selected-color: #323232;
     box-shadow: 0px 0px 6px 2px rgba(255,255,255,0.9);
 }
 
@@ -1486,6 +1491,8 @@ StTooltip StLabel {
     font-weight: bold;
     width: 23em;
     color: white;
+    selection-background-color: white;
+    selected-color: black;
 }
 
 .run-dialog {



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