From 5cb43b6bae29f7804803bde8772706957e45b37a Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 2 Mar 2011 16:22:20 -0500 Subject: [PATCH] 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 file changed, 7 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 1d9c72feb..ca20ff7a4 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 {