From: Christian Weiske Date: Tue, 28 Oct 2014 17:25:32 +0000 (+0100) Subject: use greyscale tomboy icon X-Git-Tag: v0.4.0~1 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/adec466cf2ac13926a6ba536c18171370eb0c1e4?ds=sidebyside use greyscale tomboy icon --- diff --git a/appinfo/app.php b/appinfo/app.php index c80d95b..704b2c7 100755 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -6,7 +6,7 @@ OCP\App::addNavigationEntry( 'id' => 'grauphel', 'order' => 2342, 'href' => \OCP\Util::linkToRoute('grauphel.gui.index'), - 'icon' => OCP\Util::imagePath('grauphel', 'notes.png'), + 'icon' => OCP\Util::imagePath('grauphel', 'tomboy-grey.png'), 'name' => 'Tomboy notes' ) ); diff --git a/img/notes.png b/img/notes.png deleted file mode 100644 index a03a639..0000000 Binary files a/img/notes.png and /dev/null differ diff --git a/img/tomboy-grey.png b/img/tomboy-grey.png new file mode 100644 index 0000000..069a757 Binary files /dev/null and b/img/tomboy-grey.png differ