[gnome-shell/wip/snwh/style-updates] theme: increase some radii



commit 65ea5ed465ff4d4736e1cab867e3ba8b5b6d5755
Author: Sam Hewitt <sam snwh org>
Date:   Tue Dec 28 10:45:26 2021 -0330

    theme: increase some radii

 data/theme/gnome-shell-sass/_colors.scss           | 2 +-
 data/theme/gnome-shell-sass/_common.scss           | 5 ++---
 data/theme/gnome-shell-sass/widgets/_dash.scss     | 2 +-
 data/theme/gnome-shell-sass/widgets/_popovers.scss | 4 ++--
 4 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_colors.scss b/data/theme/gnome-shell-sass/_colors.scss
index f544485974..6f35d5a7f9 100644
--- a/data/theme/gnome-shell-sass/_colors.scss
+++ b/data/theme/gnome-shell-sass/_colors.scss
@@ -8,7 +8,7 @@ $fg_color: if($variant == 'light', transparentize(black, .2), white);
 $selected_fg_color: #fff;
 $selected_bg_color: if($variant == 'light', #1c71d8, darken(#1c71d8, 10%));
 $selected_borders_color: if($variant== 'light', darken($selected_bg_color, 15%), darken($selected_bg_color, 
30%));
-$borders_color: if($variant == 'light', darken($bg_color, 18%), darken($bg_color, 8%));
+$borders_color: if($variant == 'light', darken($bg_color, 12%), darken($bg_color, 5%));
 $borders_edge: if($variant == 'light', rgba(255,255,255,0.8), transparentize($fg_color, 0.93));
 $link_color: if($variant == 'light', darken($selected_bg_color, 10%), lighten($selected_bg_color, 20%));
 $link_visited_color: if($variant == 'light', darken($selected_bg_color, 20%), lighten($selected_bg_color, 
10%));
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 0f3f3ee05f..2d08a5c4c6 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -31,7 +31,7 @@ $base_margin: 4px;
 $base_spacing: 6px;
 
 // border radii
-$base_border_radius: 8px;
+$base_border_radius: 10px;
 
 $modal_radius:$base_border_radius * 2;
 
@@ -148,10 +148,9 @@ stage {
   }
 }
 
-
 // notification styling
 @mixin notification_bubble($flat: false) {
-  border-width: 1px;
+  border-width: 0px;
   border-style: solid;
   border-radius: $base_border_radius + 2px;
   margin: $base_margin;
diff --git a/data/theme/gnome-shell-sass/widgets/_dash.scss b/data/theme/gnome-shell-sass/widgets/_dash.scss
index 1ea57f51fd..d3a5c6c8ad 100644
--- a/data/theme/gnome-shell-sass/widgets/_dash.scss
+++ b/data/theme/gnome-shell-sass/widgets/_dash.scss
@@ -5,7 +5,7 @@ $dash_placeholder_size: 32px;
 $dash_padding: $base_padding + 4px; // 10px
 $dash_spacing: $base_padding / 4;
 $dash_bottom_margin: $base_margin * 4;
-$dash_border_radius: $modal_radius * 1.5;
+$dash_border_radius: $modal_radius + 6;
 
 #dash {
   @include fontsize($base_font_size - 2);
diff --git a/data/theme/gnome-shell-sass/widgets/_popovers.scss 
b/data/theme/gnome-shell-sass/widgets/_popovers.scss
index db9df9aa35..67e494f928 100644
--- a/data/theme/gnome-shell-sass/widgets/_popovers.scss
+++ b/data/theme/gnome-shell-sass/widgets/_popovers.scss
@@ -2,9 +2,9 @@
 
 $popover_arrow_height: 12px;
 
-//.the popover itself
+// the popover itself
 .popup-menu-boxpointer {
-  -arrow-border-radius: $base_border_radius+4;
+  -arrow-border-radius: $modal_radius;
   -arrow-background-color: $bg_color;
   -arrow-border-width: 1px;
   -arrow-border-color: $borders_color;


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