From 44e0b3f7a09ed18f25febeffd9274083484caa4a Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Mon, 23 May 2016 18:19:24 -0400 Subject: [PATCH] budgie fixes --- Paper/gtk-3.18/apps/_budgie.scss | 17 ++++++++++++----- Paper/gtk-3.18/gtk-dark.css | 14 +++++++++++--- Paper/gtk-3.18/gtk.css | 14 +++++++++++--- Paper/gtk-3.20/apps/_budgie.scss | 17 ++++++++++++----- Paper/gtk-3.20/gtk-dark.css | 14 +++++++++++--- Paper/gtk-3.20/gtk.css | 14 +++++++++++--- 6 files changed, 68 insertions(+), 22 deletions(-) diff --git a/Paper/gtk-3.18/apps/_budgie.scss b/Paper/gtk-3.18/apps/_budgie.scss index ec04ba2..d4ea8ca 100644 --- a/Paper/gtk-3.18/apps/_budgie.scss +++ b/Paper/gtk-3.18/apps/_budgie.scss @@ -43,8 +43,9 @@ $asset_suffix: if($variant == 'default', '', '-hc'); .budgie-container { border: none; box-shadow: none; - background: none; + background: transparent; font-size: 100%; + transition: 170ms ease-out; } // Budgie Menu @@ -147,14 +148,20 @@ $asset_suffix: if($variant == 'default', '', '-hc'); transition: 170ms ease-out; .raven-header { + font: bold; + text-shadow: 0 1px $shadow_color; background-color: $bg_color; color: $fg_color; border-top: 1px solid $borders_color; 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); + 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; } &.bottom { border-bottom-style: none; } + + >.button { + font:normal; + } } @if $variant=='default' { @@ -198,9 +205,9 @@ $asset_suffix: if($variant == 'default', '', '-hc'); // MPRIS Applet .raven-mpris { - // color: $mpris_overlay_fg; - // background-color: $mpris_overlay_bg; - // border: solid $mpris_overlay_border; + color: $budgie_panel_fg_color; + background-color: transparentize($budgie_panel_bg_color, 0.2); + border: solid transparentize(black, 0.8); border-width: 1px 0; .button.image-button { padding: 8px; } diff --git a/Paper/gtk-3.18/gtk-dark.css b/Paper/gtk-3.18/gtk-dark.css index 5fc623b..259021c 100644 --- a/Paper/gtk-3.18/gtk-dark.css +++ b/Paper/gtk-3.18/gtk-dark.css @@ -4925,8 +4925,9 @@ treeview.view header button:active { .budgie-container { border: none; box-shadow: none; - background: none; - font-size: 100%; } + background: transparent; + font-size: 100%; + transition: 170ms ease-out; } .budgie-menu GtkSearchEntry.entry:not(:selected) { border: none; @@ -5011,15 +5012,19 @@ treeview.view header button:active { background-color: rgba(55, 71, 79, 0.98); transition: 170ms ease-out; } .raven .raven-header { + font: bold; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); background-color: #37474f; color: #cfd8dc; border-top: 1px solid #222c31; 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); } + 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; } .raven .raven-header.bottom { border-bottom-style: none; } + .raven .raven-header > .button { + font: normal; } .raven .raven-background { background-color: #455a64; border-bottom: 1px solid #222c31; @@ -5046,6 +5051,9 @@ treeview.view header button:active { font-size: smaller; } .raven-mpris { + color: #cfd8dc; + background-color: rgba(38, 50, 56, 0.8); + border: solid rgba(0, 0, 0, 0.2); border-width: 1px 0; } .raven-mpris .button.image-button { padding: 8px; } diff --git a/Paper/gtk-3.18/gtk.css b/Paper/gtk-3.18/gtk.css index 3dc37c5..2aa5986 100644 --- a/Paper/gtk-3.18/gtk.css +++ b/Paper/gtk-3.18/gtk.css @@ -4940,8 +4940,9 @@ treeview.view header button:active { .budgie-container { border: none; box-shadow: none; - background: none; - font-size: 100%; } + background: transparent; + font-size: 100%; + transition: 170ms ease-out; } .budgie-menu GtkSearchEntry.entry:not(:selected) { border: none; @@ -5026,15 +5027,19 @@ treeview.view header button:active { background-color: rgba(247, 247, 247, 0.98); transition: 170ms ease-out; } .raven .raven-header { + font: bold; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); background-color: #f7f7f7; color: #444; border-top: 1px solid #d1d1d1; 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); } + 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; } .raven .raven-header.bottom { border-bottom-style: none; } + .raven .raven-header > .button { + font: normal; } .raven .raven-background { background-color: #ffffff; border-bottom: 1px solid #d1d1d1; @@ -5061,6 +5066,9 @@ treeview.view header button:active { font-size: smaller; } .raven-mpris { + color: #cfd8dc; + background-color: rgba(38, 50, 56, 0.8); + border: solid rgba(0, 0, 0, 0.2); border-width: 1px 0; } .raven-mpris .button.image-button { padding: 8px; } diff --git a/Paper/gtk-3.20/apps/_budgie.scss b/Paper/gtk-3.20/apps/_budgie.scss index ec04ba2..d4ea8ca 100644 --- a/Paper/gtk-3.20/apps/_budgie.scss +++ b/Paper/gtk-3.20/apps/_budgie.scss @@ -43,8 +43,9 @@ $asset_suffix: if($variant == 'default', '', '-hc'); .budgie-container { border: none; box-shadow: none; - background: none; + background: transparent; font-size: 100%; + transition: 170ms ease-out; } // Budgie Menu @@ -147,14 +148,20 @@ $asset_suffix: if($variant == 'default', '', '-hc'); transition: 170ms ease-out; .raven-header { + font: bold; + text-shadow: 0 1px $shadow_color; background-color: $bg_color; color: $fg_color; border-top: 1px solid $borders_color; 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); + 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; } &.bottom { border-bottom-style: none; } + + >.button { + font:normal; + } } @if $variant=='default' { @@ -198,9 +205,9 @@ $asset_suffix: if($variant == 'default', '', '-hc'); // MPRIS Applet .raven-mpris { - // color: $mpris_overlay_fg; - // background-color: $mpris_overlay_bg; - // border: solid $mpris_overlay_border; + color: $budgie_panel_fg_color; + background-color: transparentize($budgie_panel_bg_color, 0.2); + border: solid transparentize(black, 0.8); border-width: 1px 0; .button.image-button { padding: 8px; } diff --git a/Paper/gtk-3.20/gtk-dark.css b/Paper/gtk-3.20/gtk-dark.css index 023441c..d21cee5 100644 --- a/Paper/gtk-3.20/gtk-dark.css +++ b/Paper/gtk-3.20/gtk-dark.css @@ -6219,8 +6219,9 @@ decoration { .budgie-container { border: none; box-shadow: none; - background: none; - font-size: 100%; } + background: transparent; + font-size: 100%; + transition: 170ms ease-out; } .budgie-menu GtkSearchEntry.entry:not(:selected) { border: none; @@ -6305,15 +6306,19 @@ decoration { background-color: rgba(55, 71, 79, 0.98); transition: 170ms ease-out; } .raven .raven-header { + font: bold; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); background-color: #37474f; color: #cfd8dc; border-top: 1px solid #222c31; 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); } + 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; } .raven .raven-header.bottom { border-bottom-style: none; } + .raven .raven-header > .button { + font: normal; } .raven .raven-background { background-color: #455a64; border-bottom: 1px solid #222c31; @@ -6340,6 +6345,9 @@ decoration { font-size: smaller; } .raven-mpris { + color: #cfd8dc; + background-color: rgba(38, 50, 56, 0.8); + border: solid rgba(0, 0, 0, 0.2); border-width: 1px 0; } .raven-mpris .button.image-button { padding: 8px; } diff --git a/Paper/gtk-3.20/gtk.css b/Paper/gtk-3.20/gtk.css index 92945e4..01f0c9e 100644 --- a/Paper/gtk-3.20/gtk.css +++ b/Paper/gtk-3.20/gtk.css @@ -6245,8 +6245,9 @@ decoration { .budgie-container { border: none; box-shadow: none; - background: none; - font-size: 100%; } + background: transparent; + font-size: 100%; + transition: 170ms ease-out; } .budgie-menu GtkSearchEntry.entry:not(:selected) { border: none; @@ -6331,15 +6332,19 @@ decoration { background-color: rgba(247, 247, 247, 0.98); transition: 170ms ease-out; } .raven .raven-header { + font: bold; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); background-color: #f7f7f7; color: #444; border-top: 1px solid #d1d1d1; 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); } + 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; } .raven .raven-header.bottom { border-bottom-style: none; } + .raven .raven-header > .button { + font: normal; } .raven .raven-background { background-color: #ffffff; border-bottom: 1px solid #d1d1d1; @@ -6366,6 +6371,9 @@ decoration { font-size: smaller; } .raven-mpris { + color: #cfd8dc; + background-color: rgba(38, 50, 56, 0.8); + border: solid rgba(0, 0, 0, 0.2); border-width: 1px 0; } .raven-mpris .button.image-button { padding: 8px; }