[epiphany/wip/exalm/elementary5: 1/5] theme: Fix entry icon colors



commit 3d202c214fd37d514c0edbe630870f848d83bd95
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Mon Sep 23 21:18:26 2019 +0500

    theme: Fix entry icon colors
    
    Fixes https://gitlab.gnome.org/GNOME/epiphany/issues/936

 src/resources/themes/elementary.scss | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
---
diff --git a/src/resources/themes/elementary.scss b/src/resources/themes/elementary.scss
index 955b96c46..3d00bb074 100644
--- a/src/resources/themes/elementary.scss
+++ b/src/resources/themes/elementary.scss
@@ -11,3 +11,30 @@ $variant: 'light';
 .page-menu-zoom-box {
   margin-bottom: 6px;
 }
+
+.entry_icon {
+  color: themecolor(internal_element_color);
+  transition: all 200ms ease-in-out;
+  -gtk-icon-palette: needs-attention themecolor(attention_color),
+                     success themecolor(LIME_500),
+                     warning shade(themecolor(BANANA_700), 1.25),
+                     error themecolor(error_color);
+
+  &:hover, &:active {
+    color: themecolor(text_color);
+  }
+
+  &:backdrop {
+    color: themecolor(insensitive_color);
+  }
+
+  // Reader mode
+  &.selected {
+    color: themecolor(colorAccent);
+  }
+
+  // Bookmarks
+  &.starred {
+    color: themecolor(BANANA_500);
+  }
+}


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