diff --git a/imgsrc/add_book.svg b/imgsrc/add_book.svg
index 192c8e243d..7390afb9ad 100644
--- a/imgsrc/add_book.svg
+++ b/imgsrc/add_book.svg
@@ -37,7 +37,7 @@
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:cy="54.689889"
- inkscape:cx="68.276786"
+ inkscape:cx="38.008929"
inkscape:zoom="11.2"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
@@ -98,29 +98,25 @@
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36216)">
-
-
-
-
+
+
+ style="fill:#165016;fill-opacity:1" />
+ style="fill:#4700b3;fill-opacity:1" />
diff --git a/imgsrc/store.svg b/imgsrc/store.svg
index 4bf4dce5c3..bf891a8c4a 100644
--- a/imgsrc/store.svg
+++ b/imgsrc/store.svg
@@ -37,7 +37,7 @@
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:cy="54.689889"
- inkscape:cx="38.008929"
+ inkscape:cx="7.7410719"
inkscape:zoom="11.2"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
@@ -111,7 +111,7 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
+ style="fill:#003380;fill-opacity:1">
+ style="fill:#003380;fill-opacity:1">
+ style="fill:#003380;fill-opacity:1" />
diff --git a/resources/images/add_book.png b/resources/images/add_book.png
index cec6073336..9cd14e4fd2 100644
Binary files a/resources/images/add_book.png and b/resources/images/add_book.png differ
diff --git a/resources/images/edit_book.png b/resources/images/edit_book.png
index 8f22de4ae8..de578cabff 100644
Binary files a/resources/images/edit_book.png and b/resources/images/edit_book.png differ
diff --git a/resources/images/store.png b/resources/images/store.png
index f868047393..988eab49d4 100644
Binary files a/resources/images/store.png and b/resources/images/store.png differ
diff --git a/src/calibre/gui2/actions/tweak_epub.py b/src/calibre/gui2/actions/tweak_epub.py
index 99c5cc316a..536399aa1c 100755
--- a/src/calibre/gui2/actions/tweak_epub.py
+++ b/src/calibre/gui2/actions/tweak_epub.py
@@ -55,7 +55,7 @@ class Choose(QDialog):
class TweakEpubAction(InterfaceAction):
name = 'Tweak ePub'
- action_spec = (_('Edit book'), 'tweak.png', _('Edit books in the EPUB or AZW formats'), _('T'))
+ action_spec = (_('Edit book'), 'edit_book.png', _('Edit books in the EPUB or AZW formats'), _('T'))
dont_add_to = frozenset(['context-menu-device'])
action_type = 'current'