[gtk] Adwaita: tone down lowres icon aid
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] Adwaita: tone down lowres icon aid
- Date: Mon, 29 Apr 2019 13:09:26 +0000 (UTC)
commit 6fbf13965c135b0f0ccbab5dcc9d352192ee8449
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Apr 29 15:06:32 2019 +0200
Adwaita: tone down lowres icon aid
Fixes https://gitlab.gnome.org/GNOME/gtk/issues/1818
gtk/theme/Adwaita/_common.scss | 8 ++++----
gtk/theme/Adwaita/gtk-contained-dark.css | 2 +-
gtk/theme/Adwaita/gtk-contained.css | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 44c9ace476..2bb3f60447 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4628,10 +4628,10 @@ stackswitcher button.text-button.circular { // FIXME aggregate with buttons
*************/
/* Outline for low res icons */
.lowres-icon {
--gtk-icon-shadow: 1px 1px rgba(0,0,0,0.3),
- -1px -1px rgba(0,0,0,0.3),
- -1px 1px rgba(0,0,0,0.3),
- 1px -1px rgba(0,0,0,0.3);
+ -gtk-icon-shadow: 0 -1px rgba(0,0,0,0.05),
+ 1px 0 rgba(0,0,0,0.1),
+ 0 1px rgba(0,0,0,0.3),
+ -1px 0 rgba(0,0,0,0.1);
}
/* Drapshadow for large icons */
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 1167687e5d..7f24ea935d 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -2003,7 +2003,7 @@ stackswitcher button.circular, stackswitcher button.text-button.circular { min-w
/************* App Icons * */
/* Outline for low res icons */
-.lowres-icon { -gtk-icon-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0,
0, 0, 0.3), 1px -1px rgba(0, 0, 0, 0.3); }
+.lowres-icon { -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0,
0.3), -1px 0 rgba(0, 0, 0, 0.1); }
/* Drapshadow for large icons */
.icon-dropshadow { -gtk-icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); }
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index c2b800497f..4ca9119645 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -2019,7 +2019,7 @@ stackswitcher button.circular, stackswitcher button.text-button.circular { min-w
/************* App Icons * */
/* Outline for low res icons */
-.lowres-icon { -gtk-icon-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0,
0, 0, 0.3), 1px -1px rgba(0, 0, 0, 0.3); }
+.lowres-icon { -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0,
0.3), -1px 0 rgba(0, 0, 0, 0.1); }
/* Drapshadow for large icons */
.icon-dropshadow { -gtk-icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]