[gnome-shell/wip/sass: 42/98] theme: kill osd_bg_color
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 42/98] theme: kill osd_bg_color
- Date: Fri, 20 Feb 2015 14:20:43 +0000 (UTC)
commit 6a5e3ea12df9547f8eab19fb37ef8c5101d83078
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 | 26 +++++++++++++-------------
data/theme/gnome-shell.css | 24 ++++++++++++------------
2 files changed, 25 insertions(+), 25 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 13f32d5..c88b5c7 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; }
}
@@ -516,7 +516,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;
}
@@ -550,7 +550,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;
@@ -566,7 +566,7 @@ 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;
+ box-shadow: inset 0 1px 2px $borders_color;
}
&:hover .overview-icon,
&:focus .overview-icon,
@@ -594,7 +594,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,
@@ -607,7 +607,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;
}
@@ -666,8 +666,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);
}
@@ -706,8 +706,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;
@@ -760,7 +760,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;
@@ -768,7 +768,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 44d1e2d..dc25e84 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 {
@@ -1416,7 +1416,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; }
@@ -1449,7 +1449,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,
@@ -1465,7 +1465,7 @@ StScrollBar {
.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); }
+ box-shadow: inset 0 1px 2px #1c1f1f; }
.app-well-app: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:focus .overview-icon,
@@ -1499,7 +1499,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 {
@@ -1508,7 +1508,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; }
@@ -1557,7 +1557,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 {
@@ -1593,8 +1593,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;
@@ -1639,7 +1639,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;
@@ -1647,7 +1647,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]