[gnome-shell-extensions/wip/sass: 7/8] theme: re-render gnome-shell theme



commit 79f2792b7cc472b9b212a38620ed0acf9bb4cf35
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Feb 9 16:04:31 2015 +0100

    theme: re-render gnome-shell theme

 data/gnome-classic.css |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
index 08a74bf..ff74ffd 100644
--- a/data/gnome-classic.css
+++ b/data/gnome-classic.css
@@ -846,6 +846,7 @@ StScrollBar {
 
 .window-caption {
   spacing: 25px;
+  color: #eeeeec;
   background-color: rgba(46, 52, 54, 0.7);
   border-radius: 8px;
   padding: 4px 12px;
@@ -872,7 +873,7 @@ StScrollBar {
   .search-entry .search-entry-icon {
     icon-size: 1em;
     padding: 0 4px;
-    color: rgba(238, 238, 236, 0.7); }
+    color: rgba(46, 52, 54, 0.7); }
   .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
     color: #2e3436; }
 
@@ -1155,7 +1156,7 @@ StScrollBar {
   transition-duration: 100ms; }
 
 .summary-source-button:hover .summary-source, .summary-source-button:selected .summary-source, 
.summary-source-button:focus .summary-source {
-  background-color: #f2f2f2; }
+  background-color: #33393c; }
 
 .summary-source-counter {
   font-size: 10pt;
@@ -1166,7 +1167,7 @@ StScrollBar {
   -shell-counter-overlap-y: 3px;
   background-color: #4a90d9;
   color: #ffffff;
-  border: 2px solid #2e3436;
+  border: 2px solid #eeeeec;
   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
   border-radius: 0.9em; }
 


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