[libadwaita/wip/exalm/background-colors2: 13/17] stylesheet: Use $dark_fg and $light_fg less
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/background-colors2: 13/17] stylesheet: Use $dark_fg and $light_fg less
- Date: Fri, 1 Oct 2021 13:23:58 +0000 (UTC)
commit 0d959747b1698f34cf635fd5df8c266aada2a6d5
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Oct 1 17:45:02 2021 +0500
stylesheet: Use $dark_fg and $light_fg less
src/stylesheet/_colors.scss | 2 +-
src/stylesheet/widgets/_dialogs.scss | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index 1ed7c7a8..21754ba8 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -55,7 +55,7 @@ $fill_active_color: gtkmix($accent_bg_color, black, 80%);
$slider_color: mix(white, $base_color, 80%);
$slider_hover_color: white;
-$osd_fg_color: $dark_fg;
+$osd_fg_color: transparentize(white, .1);
$osd_text_color: white;
$osd_bg_color: transparentize(black, 0.3);
diff --git a/src/stylesheet/widgets/_dialogs.scss b/src/stylesheet/widgets/_dialogs.scss
index ba713886..0b6787be 100644
--- a/src/stylesheet/widgets/_dialogs.scss
+++ b/src/stylesheet/widgets/_dialogs.scss
@@ -15,8 +15,8 @@ window.dialog.print {
padding: 0;
paper {
- background: white;
- color: $light_fg;
+ background-color: white;
+ color: transparentize(black, .2);
background-clip: padding-box;
border: 1px solid $borders_color;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]