[gnome-shell/wip/sass: 45/51] theme: kill osd_bg_color



commit fd9f7fc8f57078d980d01d45bde28eb9934a3ee3
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Nov 10 14:36:06 2014 +0100

    theme: kill osd_bg_color
    
    - not enough to keep it distinct from bg_color

 data/theme/_common.scss    |   28 ++++++++++++++--------------
 data/theme/gnome-shell.css |   26 +++++++++++++-------------
 2 files changed, 27 insertions(+), 27 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 9ffe758..67fd017 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -85,13 +85,13 @@ StScrollBar {
   
   StBin#trough {
     border-radius: 0;
-    background-color: darken($osd_bg_color,10%);
+    background-color: darken($bg_color,10%);
   }
   
   StButton#vhandle, StButton#hhandle {
     border-radius: 8px;
     background-color: $bg_color;
-    border: 3px solid darken($osd_bg_color,10%); //would be nice to margin or at least to transparent
+    border: 3px solid darken($bg_color,10%); //would be nice to margin or at least to transparent
     &:hover { background-color: lighten($bg_color,10%); }
     &:active { background-color: $selected_bg_color; }
   }
@@ -515,7 +515,7 @@ StScrollBar {
   .dash-label { //osd tooltip
     border-radius: 7px;
     padding: 4px 12px;
-    background-color: transparentize($osd_bg_color,0.3);
+    background-color: transparentize($bg_color,0.3);
     text-align: center;
     -x-offset: 8px;
   }
@@ -549,7 +549,7 @@ StScrollBar {
   .search-provider-icon,
   .list-search-result {
     @extend %icon_tile;
-    &:active, &:checked { background-color: transparentize(darken($osd_bg_color,10%),.1); }
+    &:active, &:checked { background-color: transparentize(darken($bg_color,10%),.1); }
     &:focus, &:selected, &:hover { 
       background-color: transparentize($fg_color,.9);
       transition-duration: 200ms;
@@ -567,8 +567,8 @@ StScrollBar {
     }
     &:active > .overview-icon, 
     &:checked > .overview-icon {
-      background-color: transparentize(darken($osd_bg_color,10%),.1); //FIXME not working?
-      box-shadow: inset 0 1px 2px $osd_borders_color;
+      background-color: transparentize(darken($bg_color,10%),.1); //FIXME not working?
+      box-shadow: inset 0 1px 2px $borders_color;
     }
     &:hover > .overview-icon, 
     &.running:hover > .overview-icon,
@@ -597,7 +597,7 @@ StScrollBar {
   }
   
   .app-well-app.app-folder > .overview-icon {
-    background-color: transparentize($osd_bg_color,.6);
+    background-color: transparentize($bg_color,.6);
   }
   
   .show-apps:checked .show-apps-icon,
@@ -610,7 +610,7 @@ StScrollBar {
   // Collections
   .app-folder-popup { //expanded collection
     -arrow-border-radius: 8px;
-    -arrow-background-color: transparentize($osd_bg_color,0.7);
+    -arrow-background-color: transparentize($bg_color,0.7);
     -arrow-base: 24px;
     -arrow-rise: 11px;
   }
@@ -669,8 +669,8 @@ StScrollBar {
   }
 
 %overview-panel {
-  color: $osd_fg_color;
-  background-color: $osd_bg_color;
+  color: $fg_color;
+  background-color: $bg_color;
   border: 1px solid transparentize($fg_color,0.8);
 }
 
@@ -709,8 +709,8 @@ StScrollBar {
     font-size: 11pt;
     width: 34em;
     border-radius: 6px 6px 0 0;
-    background-color: transparentize(darken($osd_bg_color,8%),.05);
-    border: 1px solid $osd_borders_color;
+    background-color: transparentize(darken($bg_color,8%),.05);
+    border: 1px solid $borders_color;
     border-bottom-width: 0;
     //box-shadow: 0 1px 4px black;
     spacing-rows: 4px;
@@ -763,7 +763,7 @@ StScrollBar {
   //Message tray popovers
   .summary-boxpointer {
     -arrow-border-radius: 15px;
-    -arrow-background-color: transparentize(darken($osd_bg_color,8%),.05);
+    -arrow-background-color: transparentize(darken($bg_color,8%),.05);
     -arrow-base: 36px;
     -arrow-rise: 18px;
     color: $fg_color;
@@ -771,7 +771,7 @@ StScrollBar {
     .notification {
       border-radius: 9px;
       border-width: 0; //temporary workaround for border brokenness
-      background-color: transparentize(darken($osd_bg_color,8%),.05) !important;
+      background-color: transparentize(darken($bg_color,8%),.05) !important;
       padding-bottom: 12px;
     }
     #summary-right-click-menu {
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 92d0478..61d9f1b 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1047,11 +1047,11 @@ StScrollBar {
     min-height: 14px; }
   StScrollBar StBin#trough {
     border-radius: 0;
-    background-color: #17191a; }
+    background-color: #212424; }
   StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
     border-radius: 8px;
     background-color: #393f3f;
-    border: 3px solid #17191a; }
+    border: 3px solid #212424; }
     StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
       background-color: #515a5a; }
     StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
@@ -1415,7 +1415,7 @@ StScrollBar {
 .dash-label {
   border-radius: 7px;
   padding: 4px 12px;
-  background-color: rgba(46, 52, 54, 0.7);
+  background-color: rgba(57, 63, 63, 0.7);
   text-align: center;
   -x-offset: 8px; }
 
@@ -1448,7 +1448,7 @@ StScrollBar {
 .search-provider-icon:active, .search-provider-icon:checked,
 .list-search-result:active,
 .list-search-result:checked {
-  background-color: rgba(23, 25, 26, 0.9); }
+  background-color: rgba(33, 36, 36, 0.9); }
 .search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
 .list-search-result:focus,
 .list-search-result:selected,
@@ -1468,8 +1468,8 @@ StScrollBar {
 .show-apps:checked > .overview-icon,
 .grid-search-result:active > .overview-icon,
 .grid-search-result:checked > .overview-icon {
-  background-color: rgba(23, 25, 26, 0.9);
-  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7); }
+  background-color: rgba(33, 36, 36, 0.9);
+  box-shadow: inset 0 1px 2px #1c1f1f; }
 .app-well-app:hover > .overview-icon, .app-well-app.running:hover > .overview-icon, .app-well-app:focus > 
.overview-icon, .app-well-app:selected > .overview-icon,
 .app-well-app.app-folder:hover > .overview-icon,
 .app-well-app.app-folder.running:hover > .overview-icon,
@@ -1506,7 +1506,7 @@ StScrollBar {
   text-align: center; }
 
 .app-well-app.app-folder > .overview-icon {
-  background-color: rgba(46, 52, 54, 0.4); }
+  background-color: rgba(57, 63, 63, 0.4); }
 
 .show-apps:checked .show-apps-icon,
 .show-apps:focus .show-apps-icon {
@@ -1515,7 +1515,7 @@ StScrollBar {
 
 .app-folder-popup {
   -arrow-border-radius: 8px;
-  -arrow-background-color: rgba(46, 52, 54, 0.3);
+  -arrow-background-color: rgba(57, 63, 63, 0.3);
   -arrow-base: 24px;
   -arrow-rise: 11px; }
 
@@ -1564,7 +1564,7 @@ StScrollBar {
 
 #dash, .workspace-thumbnails {
   color: #eeeeec;
-  background-color: #2e3436;
+  background-color: #393f3f;
   border: 1px solid rgba(238, 238, 236, 0.2); }
 
 .search-statustext, .no-frequent-applications-label {
@@ -1600,8 +1600,8 @@ StScrollBar {
   font-size: 11pt;
   width: 34em;
   border-radius: 6px 6px 0 0;
-  background-color: rgba(27, 31, 32, 0.95);
-  border: 1px solid rgba(0, 0, 0, 0.7);
+  background-color: rgba(38, 42, 42, 0.95);
+  border: 1px solid #1c1f1f;
   border-bottom-width: 0;
   spacing-rows: 4px;
   padding: 8px 8px 4px 8px;
@@ -1646,7 +1646,7 @@ StScrollBar {
 
 .summary-boxpointer {
   -arrow-border-radius: 15px;
-  -arrow-background-color: rgba(27, 31, 32, 0.95);
+  -arrow-background-color: rgba(38, 42, 42, 0.95);
   -arrow-base: 36px;
   -arrow-rise: 18px;
   color: #eeeeec;
@@ -1654,7 +1654,7 @@ StScrollBar {
   .summary-boxpointer .notification {
     border-radius: 9px;
     border-width: 0;
-    background-color: rgba(27, 31, 32, 0.95) !important;
+    background-color: rgba(38, 42, 42, 0.95) !important;
     padding-bottom: 12px; }
   .summary-boxpointer #summary-right-click-menu {
     padding-top: 12px;


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