[libadwaita/wip/exalm/background-colors2: 15/17] stylesheet: Unify header bar and dark fill colors
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/background-colors2: 15/17] stylesheet: Unify header bar and dark fill colors
- Date: Fri, 1 Oct 2021 13:23:58 +0000 (UTC)
commit c385a447424e2b14c94da6d30405971a2a16ab15
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Oct 1 18:04:54 2021 +0500
stylesheet: Unify header bar and dark fill colors
src/stylesheet/_colors.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index 27691149..ada86455 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -28,8 +28,8 @@ $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', darken($bg_color, 9%), darken($bg_color, 5%));
-$headerbar_bg_color: darken($bg_color, if($variant == 'dark', 5%, 10%));
+$dark_fill: darken($bg_color, if($variant == 'dark', 5%, 10%));
+$headerbar_bg_color: $dark_fill;
$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]