summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-25 15:37:43 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-25 15:38:25 +0300
commit31f5fbf89135a22735836aa52178d28eab811fe2 (patch)
treef24335bf78685a99abf3688420018431e2d7776d /resources
parentFix signal redefinition warning (diff)
downloadnheko-31f5fbf89135a22735836aa52178d28eab811fe2.tar.xz
Improve the date separator widget
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko-dark.qss5
-rw-r--r--resources/styles/nheko.qss5
-rw-r--r--resources/styles/system.qss5
3 files changed, 15 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss

index ff18b338..69502c01 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss
@@ -22,6 +22,11 @@ QuickSwitcher { background-color: #202228; } +DateSeparator { + qproperty-textColor: #caccd1; + qproperty-boxColor: rgba(45, 49, 57, 120); +} + SuggestionsPopup { background-color: #202228; } diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index e0b3ad55..e468540c 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -22,6 +22,11 @@ QuickSwitcher { background-color: white; } +DateSeparator { + qproperty-textColor: #333; + qproperty-boxColor: rgba(220, 220, 220, 120); +} + SuggestionsPopup { background-color: white; } diff --git a/resources/styles/system.qss b/resources/styles/system.qss
index 17302a1d..baf736f7 100644 --- a/resources/styles/system.qss +++ b/resources/styles/system.qss
@@ -25,6 +25,11 @@ QuickSwitcher { background-color: palette(window); } +DateSeparator { + qproperty-textColor: palette(text); + qproperty-boxColor: palette(window); +} + SuggestionsPopup { background-color: palette(window); }