[gnome-shell/wip/snwh/style-updates] theme: borders color adjustment
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/style-updates] theme: borders color adjustment
- Date: Mon, 3 Jan 2022 19:05:57 +0000 (UTC)
commit 4fce830ac69583e2a2b2cf8bd18bcb3738a0166c
Author: Sam Hewitt <sam snwh org>
Date: Mon Jan 3 15:32:11 2022 -0330
theme: borders color adjustment
data/theme/gnome-shell-sass/_colors.scss | 4 ++--
data/theme/gnome-shell-sass/_common.scss | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_colors.scss b/data/theme/gnome-shell-sass/_colors.scss
index a10a310972..32f7c815bf 100644
--- a/data/theme/gnome-shell-sass/_colors.scss
+++ b/data/theme/gnome-shell-sass/_colors.scss
@@ -9,8 +9,8 @@ $selected_fg_color: #fff;
$selected_bg_color: if($variant == 'light', #3584e4, #1c71d8);
$selected_borders_color: if($variant== 'light', darken($selected_bg_color, 15%), darken($selected_bg_color,
30%));
-$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));
+$borders_color: if($variant == 'light', darken($bg_color, 12%), darken($bg_color, 3%));
+$borders_edge: if($variant == 'light', rgba(255,255,255,0.8), lighten($bg_color, 2%));
$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 30ed54ca0d..be4a2ace7f 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -118,8 +118,7 @@ stage {
color: $fg_color;
background-color: $bg_color;
border-radius: $base_border_radius*1.25 + 1px;
- border: none;
- box-shadow: 0 0 0 1px $shadow_color;
+ border: 1px solid $borders_edge;
}
// buttons in dialogs/notifications
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]