[gnome-software/80-support-better-the-dark-themes] Support better the dark themes



commit e1ee3eca0f8fb8b820dfa05afa0c0213da9a72b0
Author: Milan Crha <mcrha redhat com>
Date:   Thu Sep 17 08:18:01 2020 +0200

    Support better the dark themes
    
    Tweak colors for the Reviews ratings and its starts.
    
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/80
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/511

 src/gtk-style.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 4b5fcef7..2b5f317d 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -327,8 +327,8 @@
 
 .reviewbar {
        background-image: none;
-       background-color: #babdb6;
-       color: #555753;
+       background-color: @unfocused_insensitive_color;
+       color: @insensitive_fg_color;
 }
 
 .error-label {
@@ -401,7 +401,7 @@ flowboxchild {
 }
 .star-disabled,
 .star-disabled:disabled {
-       color: shade(@theme_bg_color, 0.8);
+       color: @unfocused_insensitive_color;
 }
 
 .counter-label {


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