[libadwaita/wip/exalm/backdrop: 17/24] stylesheet: Drop public backdrop colors




commit aee7d3fe25b4a4a989eda07302bd1d85e1eecdec
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Apr 30 01:47:38 2021 +0500

    stylesheet: Drop public backdrop colors
    
    Every single one of them matches regular colors now, so let's not create
    confusion.

 src/stylesheet/_colors-public.scss | 32 --------------------------------
 1 file changed, 32 deletions(-)
---
diff --git a/src/stylesheet/_colors-public.scss b/src/stylesheet/_colors-public.scss
index 6c3f257..d3fe69c 100644
--- a/src/stylesheet/_colors-public.scss
+++ b/src/stylesheet/_colors-public.scss
@@ -41,42 +41,10 @@ text foreground color of insensitive widgets */
 insensitive text widgets and the like base background color */
 @define-color insensitive_base_color #{"" +$base_color};
 
-/*
-widget text/foreground color on backdrop windows */
-@define-color theme_unfocused_fg_color #{"" +$fg_color};
-
-/*
-text color for entries, views and content in general on backdrop windows */
-@define-color theme_unfocused_text_color #{"" +$text_color};
-
-/*
-widget base background color on backdrop windows */
-@define-color theme_unfocused_bg_color #{"" +$bg_color};
-
-/*
-text widgets and the like base background color on backdrop windows */
-@define-color theme_unfocused_base_color #{"" +$base_color};
-
-/*
-base background color of selections on backdrop windows */
-@define-color theme_unfocused_selected_bg_color #{"" +$selected_bg_color};
-
-/*
-text/foreground color of selections on backdrop windows */
-@define-color theme_unfocused_selected_fg_color #{"" + $selected_fg_color};
-
-/*
-insensitive color on backdrop windows*/
-@define-color unfocused_insensitive_color #{"" + $insensitive_bg_color};
-
 /*
 widgets main borders color */
 @define-color borders #{"" +$borders_color};
 
-/*
-widgets main borders color on backdrop windows */
-@define-color unfocused_borders #{"" +$borders_color};
-
 /*
 these are pretty self explicative */
 @define-color warning_color #{"" +$warning_color};


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