summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 0d68acfb..1a32ced3 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -22,6 +22,12 @@ FlatButton {
qproperty-backgroundColor: #333;
}
+FileItem {
+ qproperty-textColor: #caccd1;
+ qproperty-backgroundColor: #414A59;
+ qproperty-iconColor: #caccd1;
+}
+
RaisedButton {
qproperty-foregroundColor: #caccd1;
qproperty-backgroundColor: #333;