[gimp/wip/akkana/Light-theme: 71/72] Light theme: selected text in entries




commit 2e3fdf88c313f7a6486e7cd9d5c41e0b75e45fa9
Author: Akkana Peck <akkana shallowsky com>
Date:   Fri Aug 12 13:11:01 2022 -0600

    Light theme: selected text in entries

 themes/Light/gimp.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/themes/Light/gimp.css b/themes/Light/gimp.css
index ce9f1d1f33..380a82d001 100644
--- a/themes/Light/gimp.css
+++ b/themes/Light/gimp.css
@@ -226,10 +226,14 @@ GimpRuler {
 }
 
 entry {
-  background-color: rgb(245,245,245);
+  background-color: rgb(250,250,250);
   color: black;
 }
 
+entry selection {
+  background: rgb(220,220,220);
+}
+
 paned separator {
    background-image: none;
    color: rgb(220,220,220);


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