budgie refinements

This commit is contained in:
Sam Hewitt 2016-05-23 18:25:23 -04:00
parent 44e0b3f7a0
commit 3b3c58fb14
6 changed files with 26 additions and 14 deletions

View File

@ -150,10 +150,11 @@ $asset_suffix: if($variant == 'default', '', '-hc');
.raven-header {
font: bold;
text-shadow: 0 1px $shadow_color;
icon-shadow: 0 1px $shadow_color;
background-color: $bg_color;
color: $fg_color;
border-top: 1px solid $borders_color;
border-bottom: 1px solid $borders_color;
border: solid $borders_color;
border-width: 1px 0 1px 0;
box-shadow:inset 0 1px 0 0 transparentize(white,0.9),inset 0 -1px 0 0 transparentize(white,0.95), 0 1px 1px 0 transparentize(black,0.9);
&.top { border-top-style: none; }
@ -169,7 +170,7 @@ $asset_suffix: if($variant == 'default', '', '-hc');
}
.raven-background {
background-color: $base_color;
background:transparent;
border-bottom: 1px solid $borders_color;
box-shadow:inset 0 1px 0 0 transparentize(white,0.9), 0 1px 1px 0 transparentize(black,0.9);
@ -205,10 +206,13 @@ $asset_suffix: if($variant == 'default', '', '-hc');
// MPRIS Applet
.raven-mpris {
text-shadow: 0 1px $shadow_color;
icon-shadow: 0 1px $shadow_color;
color: $budgie_panel_fg_color;
background-color: transparentize($budgie_panel_bg_color, 0.2);
border: solid transparentize(black, 0.8);
border-width: 1px 0;
box-shadow:inset 0 1px 0 0 transparentize(white,0.9),inset 0 -1px 0 0 transparentize(white,0.95), 0 1px 1px 0 transparentize(black,0.9);
.button.image-button { padding: 8px; }
}

View File

@ -5014,10 +5014,11 @@ treeview.view header button:active {
.raven .raven-header {
font: bold;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
background-color: #37474f;
color: #cfd8dc;
border-top: 1px solid #222c31;
border-bottom: 1px solid #222c31;
border: solid #222c31;
border-width: 1px 0 1px 0;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
.raven .raven-header.top {
border-top-style: none; }
@ -5026,7 +5027,7 @@ treeview.view header button:active {
.raven .raven-header > .button {
font: normal; }
.raven .raven-background {
background-color: #455a64;
background: transparent;
border-bottom: 1px solid #222c31;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
.raven .raven-background.middle {
@ -5051,10 +5052,13 @@ treeview.view header button:active {
font-size: smaller; }
.raven-mpris {
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
color: #cfd8dc;
background-color: rgba(38, 50, 56, 0.8);
border: solid rgba(0, 0, 0, 0.2);
border-width: 1px 0; }
border-width: 1px 0;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
.raven-mpris .button.image-button {
padding: 8px; }

View File

@ -5029,10 +5029,11 @@ treeview.view header button:active {
.raven .raven-header {
font: bold;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
background-color: #f7f7f7;
color: #444;
border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
border: solid #d1d1d1;
border-width: 1px 0 1px 0;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
.raven .raven-header.top {
border-top-style: none; }
@ -5041,7 +5042,7 @@ treeview.view header button:active {
.raven .raven-header > .button {
font: normal; }
.raven .raven-background {
background-color: #ffffff;
background: transparent;
border-bottom: 1px solid #d1d1d1;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
.raven .raven-background.middle {
@ -5066,10 +5067,13 @@ treeview.view header button:active {
font-size: smaller; }
.raven-mpris {
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
color: #cfd8dc;
background-color: rgba(38, 50, 56, 0.8);
border: solid rgba(0, 0, 0, 0.2);
border-width: 1px 0; }
border-width: 1px 0;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
.raven-mpris .button.image-button {
padding: 8px; }

View File

@ -169,7 +169,7 @@ $asset_suffix: if($variant == 'default', '', '-hc');
}
.raven-background {
background-color: $base_color;
background-color: transparentize($bg_color, 0.02);
border-bottom: 1px solid $borders_color;
box-shadow:inset 0 1px 0 0 transparentize(white,0.9), 0 1px 1px 0 transparentize(black,0.9);

View File

@ -6320,7 +6320,7 @@ decoration {
.raven .raven-header > .button {
font: normal; }
.raven .raven-background {
background-color: #455a64;
background-color: rgba(55, 71, 79, 0.98);
border-bottom: 1px solid #222c31;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
.raven .raven-background.middle {

View File

@ -6346,7 +6346,7 @@ decoration {
.raven .raven-header > .button {
font: normal; }
.raven .raven-background {
background-color: #ffffff;
background-color: rgba(247, 247, 247, 0.98);
border-bottom: 1px solid #d1d1d1;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
.raven .raven-background.middle {