Bladeren bron

Fix broken activity icon and loading entries colour in unified search

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra 3 jaren geleden
bovenliggende
commit
a2e1c68c26
2 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 2 2
      src/gui/tray/Window.qml
  2. 1 0
      theme.qrc.in

+ 2 - 2
src/gui/tray/Window.qml

@@ -697,8 +697,8 @@ Window {
             itemHeight: trayWindowBackground.Style.unifiedSearchItemHeight
             titleFontSize: trayWindowBackground.Style.unifiedSearchResulTitleFontSize
             sublineFontSize: trayWindowBackground.Style.unifiedSearchResulSublineFontSize
-            titleColor: trayWindowBackground.Style.unifiedSearchResulTitleColor
-            sublineColor: trayWindowBackground.Style.unifiedSearchResulSublineColor
+            titleColor: Style.ncTextColor
+            sublineColor: Style.ncSecondaryTextColor
             iconColor: "#afafaf"
         }
 

+ 1 - 0
theme.qrc.in

@@ -115,6 +115,7 @@
         <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>