theme: kill osd_bg_color

- not enough to keep it distinct from bg_color
This commit is contained in:
Jakub Steiner 2014-11-10 14:36:06 +01:00 committed by Carlos Soriano
parent d476da8a69
commit 26fd0b7e7c
2 changed files with 27 additions and 27 deletions

View File

@ -85,13 +85,13 @@ StScrollBar {
StBin#trough { StBin#trough {
border-radius: 0; border-radius: 0;
background-color: darken($osd_bg_color,10%); background-color: darken($bg_color,10%);
} }
StButton#vhandle, StButton#hhandle { StButton#vhandle, StButton#hhandle {
border-radius: 8px; border-radius: 8px;
background-color: $bg_color; 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%); } &:hover { background-color: lighten($bg_color,10%); }
&:active { background-color: $selected_bg_color; } &:active { background-color: $selected_bg_color; }
} }
@ -515,7 +515,7 @@ StScrollBar {
.dash-label { //osd tooltip .dash-label { //osd tooltip
border-radius: 7px; border-radius: 7px;
padding: 4px 12px; padding: 4px 12px;
background-color: transparentize($osd_bg_color,0.3); background-color: transparentize($bg_color,0.3);
text-align: center; text-align: center;
-x-offset: 8px; -x-offset: 8px;
} }
@ -549,7 +549,7 @@ StScrollBar {
.search-provider-icon, .search-provider-icon,
.list-search-result { .list-search-result {
@extend %icon_tile; @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 { &:focus, &:selected, &:hover {
background-color: transparentize($fg_color,.9); background-color: transparentize($fg_color,.9);
transition-duration: 200ms; transition-duration: 200ms;
@ -567,8 +567,8 @@ StScrollBar {
} }
&:active > .overview-icon, &:active > .overview-icon,
&:checked > .overview-icon { &:checked > .overview-icon {
background-color: transparentize(darken($osd_bg_color,10%),.1); //FIXME not working? background-color: transparentize(darken($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, &:hover > .overview-icon,
&.running:hover > .overview-icon, &.running:hover > .overview-icon,
@ -597,7 +597,7 @@ StScrollBar {
} }
.app-well-app.app-folder > .overview-icon { .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, .show-apps:checked .show-apps-icon,
@ -610,7 +610,7 @@ StScrollBar {
// Collections // Collections
.app-folder-popup { //expanded collection .app-folder-popup { //expanded collection
-arrow-border-radius: 8px; -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-base: 24px;
-arrow-rise: 11px; -arrow-rise: 11px;
} }
@ -669,8 +669,8 @@ StScrollBar {
} }
%overview-panel { %overview-panel {
color: $osd_fg_color; color: $fg_color;
background-color: $osd_bg_color; background-color: $bg_color;
border: 1px solid transparentize($fg_color,0.8); border: 1px solid transparentize($fg_color,0.8);
} }
@ -709,8 +709,8 @@ StScrollBar {
font-size: 11pt; font-size: 11pt;
width: 34em; width: 34em;
border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;
background-color: transparentize(darken($osd_bg_color,8%),.05); background-color: transparentize(darken($bg_color,8%),.05);
border: 1px solid $osd_borders_color; border: 1px solid $borders_color;
border-bottom-width: 0; border-bottom-width: 0;
//box-shadow: 0 1px 4px black; //box-shadow: 0 1px 4px black;
spacing-rows: 4px; spacing-rows: 4px;
@ -763,7 +763,7 @@ StScrollBar {
//Message tray popovers //Message tray popovers
.summary-boxpointer { .summary-boxpointer {
-arrow-border-radius: 15px; -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-base: 36px;
-arrow-rise: 18px; -arrow-rise: 18px;
color: $fg_color; color: $fg_color;
@ -771,7 +771,7 @@ StScrollBar {
.notification { .notification {
border-radius: 9px; border-radius: 9px;
border-width: 0; //temporary workaround for border brokenness 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; padding-bottom: 12px;
} }
#summary-right-click-menu { #summary-right-click-menu {

View File

@ -1047,11 +1047,11 @@ StScrollBar {
min-height: 14px; } min-height: 14px; }
StScrollBar StBin#trough { StScrollBar StBin#trough {
border-radius: 0; border-radius: 0;
background-color: #17191a; } background-color: #212424; }
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
border-radius: 8px; border-radius: 8px;
background-color: #393f3f; background-color: #393f3f;
border: 3px solid #17191a; } border: 3px solid #212424; }
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #515a5a; } background-color: #515a5a; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
@ -1415,7 +1415,7 @@ StScrollBar {
.dash-label { .dash-label {
border-radius: 7px; border-radius: 7px;
padding: 4px 12px; padding: 4px 12px;
background-color: rgba(46, 52, 54, 0.7); background-color: rgba(57, 63, 63, 0.7);
text-align: center; text-align: center;
-x-offset: 8px; } -x-offset: 8px; }
@ -1448,7 +1448,7 @@ StScrollBar {
.search-provider-icon:active, .search-provider-icon:checked, .search-provider-icon:active, .search-provider-icon:checked,
.list-search-result:active, .list-search-result:active,
.list-search-result:checked { .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, .search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
.list-search-result:focus, .list-search-result:focus,
.list-search-result:selected, .list-search-result:selected,
@ -1468,8 +1468,8 @@ StScrollBar {
.show-apps:checked > .overview-icon, .show-apps:checked > .overview-icon,
.grid-search-result:active > .overview-icon, .grid-search-result:active > .overview-icon,
.grid-search-result:checked > .overview-icon { .grid-search-result:checked > .overview-icon {
background-color: rgba(23, 25, 26, 0.9); background-color: rgba(33, 36, 36, 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.running:hover > .overview-icon, .app-well-app:focus > .overview-icon, .app-well-app:selected > .overview-icon, .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:hover > .overview-icon,
.app-well-app.app-folder.running:hover > .overview-icon, .app-well-app.app-folder.running:hover > .overview-icon,
@ -1506,7 +1506,7 @@ StScrollBar {
text-align: center; } text-align: center; }
.app-well-app.app-folder > .overview-icon { .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:checked .show-apps-icon,
.show-apps:focus .show-apps-icon { .show-apps:focus .show-apps-icon {
@ -1515,7 +1515,7 @@ StScrollBar {
.app-folder-popup { .app-folder-popup {
-arrow-border-radius: 8px; -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-base: 24px;
-arrow-rise: 11px; } -arrow-rise: 11px; }
@ -1564,7 +1564,7 @@ StScrollBar {
#dash, .workspace-thumbnails { #dash, .workspace-thumbnails {
color: #eeeeec; color: #eeeeec;
background-color: #2e3436; background-color: #393f3f;
border: 1px solid rgba(238, 238, 236, 0.2); } border: 1px solid rgba(238, 238, 236, 0.2); }
.search-statustext, .no-frequent-applications-label { .search-statustext, .no-frequent-applications-label {
@ -1600,8 +1600,8 @@ StScrollBar {
font-size: 11pt; font-size: 11pt;
width: 34em; width: 34em;
border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;
background-color: rgba(27, 31, 32, 0.95); background-color: rgba(38, 42, 42, 0.95);
border: 1px solid rgba(0, 0, 0, 0.7); border: 1px solid #1c1f1f;
border-bottom-width: 0; border-bottom-width: 0;
spacing-rows: 4px; spacing-rows: 4px;
padding: 8px 8px 4px 8px; padding: 8px 8px 4px 8px;
@ -1646,7 +1646,7 @@ StScrollBar {
.summary-boxpointer { .summary-boxpointer {
-arrow-border-radius: 15px; -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-base: 36px;
-arrow-rise: 18px; -arrow-rise: 18px;
color: #eeeeec; color: #eeeeec;
@ -1654,7 +1654,7 @@ StScrollBar {
.summary-boxpointer .notification { .summary-boxpointer .notification {
border-radius: 9px; border-radius: 9px;
border-width: 0; border-width: 0;
background-color: rgba(27, 31, 32, 0.95) !important; background-color: rgba(38, 42, 42, 0.95) !important;
padding-bottom: 12px; } padding-bottom: 12px; }
.summary-boxpointer #summary-right-click-menu { .summary-boxpointer #summary-right-click-menu {
padding-top: 12px; padding-top: 12px;