[libadwaita/wip/exalm/background-colors: 3/8] stylesheet: Remove $dark_fill
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/background-colors: 3/8] stylesheet: Remove $dark_fill
- Date: Tue, 19 Oct 2021 20:25:39 +0000 (UTC)
commit a716b8196b314efde21e93d899d87dd1ef21d459
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Wed Oct 20 00:33:04 2021 +0500
stylesheet: Remove $dark_fill
Make it the header bar color instead.
src/stylesheet/_colors.scss | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index 13ffd08d..5aab1c2a 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -25,8 +25,7 @@ $borders_color: gtkalpha(currentColor, $border_opacity);
$thin_borders_color: gtkalpha(currentColor, .05);
$link_color: $accent_color;
$link_visited_color: gtkmix($accent_color, $text_color, 80%);
-$dark_fill: if($variant == 'light', #ebebeb, #303030);
-$headerbar_bg_color: $dark_fill;
+$headerbar_bg_color: if($variant == 'light', #ebebeb, #303030);
$headerbar_fg_color: $fg_color;
$headerbar_border_color: gtkalpha($fg_color, $border_opacity);
$headerbar_backdrop_color: $bg_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]