summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-19 20:26:14 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-19 20:26:14 +0200
commitd2d65b6662b57edc99d31b6edf47a5f2942d01a8 (patch)
treef7dc687926b1e599f072526d54536ec8e328e126 /resources/styles/nheko-dark.qss
parentcef385e1e49193fe42eaedaa5fc22ae0002b8dd1 (diff)
More stylistic changes & dark theme tweaks
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss15
1 files changed, 9 insertions, 6 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 9a354d3a..f84b9300 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -29,19 +29,19 @@ CommunitiesList > * {
}
FlatButton {
- qproperty-foregroundColor: #caccd1;
+ qproperty-foregroundColor: #727274;
qproperty-backgroundColor: #333;
}
FileItem {
qproperty-textColor: #caccd1;
- qproperty-backgroundColor: #414A59;
+ qproperty-backgroundColor: #2d3139;
qproperty-iconColor: #caccd1;
}
AudioItem {
qproperty-textColor: #caccd1;
- qproperty-backgroundColor: #414A59;
+ qproperty-backgroundColor: #2d3139;
qproperty-iconColor: #caccd1;
}
@@ -69,6 +69,9 @@ RoomInfoListItem {
qproperty-avatarBgColor: #202228;
qproperty-avatarFgColor: white;
+
+ qproperty-bubbleFgColor: white;
+ qproperty-bubbleBgColor: #4d84c7;
}
CommunitiesListItem {
@@ -144,8 +147,8 @@ emoji--Category > * {
}
FloatingButton {
- qproperty-backgroundColor: #efefef;
- qproperty-foregroundColor: black;
+ qproperty-backgroundColor: #2d3139;
+ qproperty-foregroundColor: white;
}
TextField {
@@ -155,7 +158,7 @@ TextField {
}
ScrollBar {
- qproperty-handleColor: #caccd1;
+ qproperty-handleColor: #2d3139;
qproperty-backgroundColor: #202228;
}