[gtk/wip/jimmac/button-shed: 2/4] Adwaita: headerbar_color > headerbar_bg_color




commit f83ee0be2308380ce34e463eeb9b78736f1e2b91
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Dec 10 13:58:42 2020 +0100

    Adwaita: headerbar_color > headerbar_bg_color
    
    - semantic correction

 gtk/theme/Adwaita/_colors.scss  | 2 +-
 gtk/theme/Adwaita/_common.scss  | 2 +-
 gtk/theme/Adwaita/_drawing.scss | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_colors.scss b/gtk/theme/Adwaita/_colors.scss
index bf183a7866..958162c6f2 100644
--- a/gtk/theme/Adwaita/_colors.scss
+++ b/gtk/theme/Adwaita/_colors.scss
@@ -16,7 +16,7 @@ $link_color: if($variant == 'light', darken($selected_bg_color, 10%), lighten($s
 $link_visited_color: if($variant == 'light', darken($selected_bg_color, 20%), lighten($selected_bg_color, 
10%));
 $top_hilight: $borders_edge;
 $dark_fill: mix($borders_color, $bg_color, 50%);
-$headerbar_color: if($variant == 'light', lighten($bg_color, 5%), darken($bg_color, 3%));
+$headerbar_bg_color: if($variant == 'light', lighten($bg_color, 5%), darken($bg_color, 3%));
 $menu_color: $base_color;
 $menu_selected_color: if($variant == 'light', darken($bg_color, 6%), darken($bg_color, 8%));
 
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index b66b1001fb..7694920d83 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4059,7 +4059,7 @@ window {
       padding: 0;
       border: solid 1px $borders_color;
       border-radius: 0;
-      box-shadow: inset 0 0 0 3px $headerbar_color, inset 0 1px $top_hilight;
+      box-shadow: inset 0 0 0 3px $headerbar_bg_color, inset 0 1px $top_hilight;
 
       &:backdrop { box-shadow: inset 0 0 0 3px $backdrop_bg_color, inset 0 1px $top_hilight; }
     }
diff --git a/gtk/theme/Adwaita/_drawing.scss b/gtk/theme/Adwaita/_drawing.scss
index 78984e4409..c80fcb5ec0 100644
--- a/gtk/theme/Adwaita/_drawing.scss
+++ b/gtk/theme/Adwaita/_drawing.scss
@@ -415,7 +415,7 @@
   }
 }
 
-@mixin headerbar_fill($c:$headerbar_color, $hc:$top_hilight, $ov: none) {
+@mixin headerbar_fill($c:$headerbar_bg_color, $hc:$top_hilight, $ov: none) {
 //
 // headerbar fill
 //


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