Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/tray/Window.qml4
-rw-r--r--theme.qrc.in1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml
index 53cfda8a1..2b4ef3f8a 100644
--- a/src/gui/tray/Window.qml
+++ b/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"
}
diff --git a/theme.qrc.in b/theme.qrc.in
index 6f42f5221..512dd3508 100644
--- a/theme.qrc.in
+++ b/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>