diff --git a/harbour-whisperfish-message.conf b/harbour-whisperfish-message.conf index fb529471f..12302b19e 100644 --- a/harbour-whisperfish-message.conf +++ b/harbour-whisperfish-message.conf @@ -1,7 +1,7 @@ appIcon=harbour-whisperfish x-nemo-icon=harbour-whisperfish urgency=2 -x-nemo-preview-icon=harbour-whisperfish +x-nemo-preview-icon=/usr/share/harbour-whisperfish/icons/86x86/harbour-whisperfish-blue.png x-nemo-user-removable=true x-nemo-feedback=sms_exists x-nemo-priority=120 diff --git a/icons/86x86/harbour-whisperfish-blue.png b/icons/86x86/harbour-whisperfish-blue.png new file mode 100644 index 000000000..fb0ed876e Binary files /dev/null and b/icons/86x86/harbour-whisperfish-blue.png differ diff --git a/icons/86x86/harbour-whisperfish-gold.png b/icons/86x86/harbour-whisperfish-gold.png new file mode 100644 index 000000000..3024806d7 Binary files /dev/null and b/icons/86x86/harbour-whisperfish-gold.png differ diff --git a/icons/86x86/harbour-whisperfish-green.png b/icons/86x86/harbour-whisperfish-green.png new file mode 100644 index 000000000..545fd10fa Binary files /dev/null and b/icons/86x86/harbour-whisperfish-green.png differ diff --git a/icons/86x86/harbour-whisperfish-red.png b/icons/86x86/harbour-whisperfish-red.png new file mode 100644 index 000000000..98a08dfa2 Binary files /dev/null and b/icons/86x86/harbour-whisperfish-red.png differ diff --git a/icons/86x86/harbour-whisperfish.png b/icons/86x86/harbour-whisperfish.png index 23fc67c9d..939e3094d 100644 Binary files a/icons/86x86/harbour-whisperfish.png and b/icons/86x86/harbour-whisperfish.png differ diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml index 428d8b13e..82c4d9577 100644 --- a/qml/cover/CoverPage.qml +++ b/qml/cover/CoverPage.qml @@ -5,7 +5,7 @@ CoverBackground { Image { x: Theme.paddingLarge horizontalAlignment: Text.AlignHCenter - source: "/usr/share/icons/hicolor/86x86/apps/harbour-whisperfish.png" + source: sessionModel.unread > 0 ? "/usr/share/harbour-whisperfish/icons/86x86/harbour-whisperfish-gold.png" : "/usr/share/icons/hicolor/86x86/apps/harbour-whisperfish.png" anchors { bottom: parent.bottom bottomMargin: Theme.itemSizeLarge