[libadwaita/wip/exalm/styles: 4/5] stylesheet: Slightly tone down window outline




commit ead45a583932c2f7956afc293d36921dff0d6ec0
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Jun 28 01:01:02 2022 +0400

    stylesheet: Slightly tone down window outline
    
    The current one makes window appear blurry on top of a lighter wallpaper,
    such as the default adwaita-d.jpg. With this one it's less noticeable while
    it still provides enough contrast to tell apart overlapping dark windows.

 src/stylesheet/_colors.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index f4b0cfbe..d33250cc 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -86,7 +86,7 @@ $shadow_color: transparentize(black, 0.9);
 
 $drop_target_color: $accent_bg_color;
 
-$window_outline_color: transparentize(white, .9);
+$window_outline_color: transparentize(white, .93);
 
 //special cased widget colors
 $focus_border_color:  gtkalpha($accent_color, $focus_border_opacity);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]