summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-25 23:07:56 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-25 23:07:56 +0300
commit1f47a6af3a1c09e18ce49b67a635be981557a6e0 (patch)
tree20e00db7e8bc9315642b12890770ee170517f05d /resources/styles/nheko-dark.qss
parent8386dd73ced2fa901ccab867cd4b481f67fa4287 (diff)
Improve the style of snackbar a bit
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 7caa7efb..5c8fc976 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -233,3 +233,8 @@ Toggle {
qproperty-inactiveColor: gray;
qproperty-trackColor: rgb(240, 240, 240);
}
+
+SnackBar {
+ qproperty-textColor: #caccd1;
+ qproperty-bgColor: #202228;
+}