Fix broken activity icon and loading entries colour in unified search
authorClaudio Cambra <claudio.cambra@gmail.com>
Tue, 29 Mar 2022 08:44:17 +0000 (10:44 +0200)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Tue, 5 Apr 2022 16:41:11 +0000 (16:41 +0000)
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
src/gui/tray/Window.qml
theme.qrc.in

index 53cfda8a1b8cc6c577d6d9299f4d5bb209d527b3..2b4ef3f8adbb3fb5ba42badefbff3489c20512cd 100644 (file)
@@ -697,8 +697,8 @@ Window {
             itemHeight: trayWindowBackground.Style.unifiedSearchItemHeight\r
             titleFontSize: trayWindowBackground.Style.unifiedSearchResulTitleFontSize\r
             sublineFontSize: trayWindowBackground.Style.unifiedSearchResulSublineFontSize\r
-            titleColor: trayWindowBackground.Style.unifiedSearchResulTitleColor\r
-            sublineColor: trayWindowBackground.Style.unifiedSearchResulSublineColor\r
+            titleColor: Style.ncTextColor\r
+            sublineColor: Style.ncSecondaryTextColor\r
             iconColor: "#afafaf"\r
         }\r
 \r
index 6f42f52213fb1509e16c3182ad79f12bbb29f036..512dd3508a188875b06979b3f5667c381a388f71 100644 (file)
         <file>theme/black/state-warning-64.png</file>
         <file>theme/black/state-warning-128.png</file>
         <file>theme/black/state-warning-256.png</file>
+        <file>theme/white/activity.svg</file>
         <file>theme/white/bell.svg</file>
         <file>theme/white/calendar.svg</file>
         <file>theme/white/change.svg</file>