[gtk+] Adwaita: darken a tiny bit more bright variant background color
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: darken a tiny bit more bright variant background color
- Date: Sat, 18 Oct 2014 16:03:11 +0000 (UTC)
commit 213274c128bfa8b040c8b07f09aed60584d0f975
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Sat Oct 18 18:02:20 2014 +0200
Adwaita: darken a tiny bit more bright variant background color
gtk/resources/theme/Adwaita/_common.scss | 2 +-
gtk/resources/theme/Adwaita/gtk-contained.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index 1f6e65b..4f3f466 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -59,7 +59,7 @@ $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
.background {
color: $fg_color;
- background-color: if($variant == 'light', mix($fg_color, $bg_color, 0.015), $bg_color);
+ background-color: if($variant == 'light', darken($bg_color, 1.5%), $bg_color);
&:backdrop {
text-shadow: none;
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index 343846b..bae135d 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -31,7 +31,7 @@
***************/
.background {
color: #2e3436;
- background-color: #ececec; }
+ background-color: #e9e9e9; }
.background:backdrop {
text-shadow: none;
icon-shadow: none;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]