PKit gadget: more contrast for the design
authorDave Andreoli <dave@gurumeditation.it>
Tue, 29 Aug 2017 19:34:47 +0000 (21:34 +0200)
committerDave Andreoli <dave@gurumeditation.it>
Tue, 29 Aug 2017 19:34:47 +0000 (21:34 +0200)
the blue icon was not really readable on that light gray bg,
changed the icon to be dark gray

data/elementary/themes/Makefile.am
data/elementary/themes/edc/packagekit.edc
data/elementary/themes/img/icon_check_flat.png [new file with mode: 0644]

index ab354a0..3030a58 100644 (file)
@@ -431,6 +431,7 @@ elementary/themes/img/icon_border_stack_bot.png \
 elementary/themes/img/icon_border_stack_norm.png \
 elementary/themes/img/icon_border_stack_top.png \
 elementary/themes/img/icon_chat.png \
+elementary/themes/img/icon_check_flat.png \
 elementary/themes/img/icon_clock.png \
 elementary/themes/img/icon_close.png \
 elementary/themes/img/icon_delete.png \
index e37d351..31bb180 100644 (file)
@@ -67,7 +67,7 @@ group { name: "e/modules/packagekit/icon/security";
 group { name: "e/modules/packagekit/main";
    max: 160 160;
    images.image: "packagekit_base.png" COMP;
-   images.image: "icon_border_remember.png" COMP;
+   images.image: "icon_check_flat.png" COMP;
    images.image: "glow_exclam.png" COMP;
    images.image: "glow_round_corners_small.png" COMP;
    images.image: "knob_round_small_busy.png" COMP;
@@ -94,7 +94,8 @@ group { name: "e/modules/packagekit/main";
          description { state: "updated" 0.0;
             inherit: "default" 0.0;
             visible: 1;
-            image.normal: "icon_border_remember.png";
+            image.normal: "icon_check_flat.png";
+            color: 64 64 64 255;
             max: 16 16;
          }
          description { state: "error" 0.0;
diff --git a/data/elementary/themes/img/icon_check_flat.png b/data/elementary/themes/img/icon_check_flat.png
new file mode 100644 (file)
index 0000000..cad5d7e
Binary files /dev/null and b/data/elementary/themes/img/icon_check_flat.png differ