summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-03-30 23:07:32 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-03-30 23:07:32 +0200
commit94f5b258885c382078ec164d99dbbf3d1efb31c7 (patch)
tree34ebb008ef8c5f9056979895549a467e373103ac /resources/styles/nheko-dark.qss
parent8bf25f3d803c1a7ed110c4cf622d8a233b171ab2 (diff)
Change fallback style to fusion
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss18
1 files changed, 7 insertions, 11 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 74a23c59..d89a61bb 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -31,7 +31,6 @@ UserMentionsWidget > * {
}
QLineEdit,
-QListWidget,
WelcomePage,
LoginPage,
RegisterPage,
@@ -160,7 +159,7 @@ CommunitiesListItem {
qproperty-backgroundColor: #2d3139;
qproperty-avatarBgColor: #202228;
- qproperty-avatarFgColor: white;
+ qproperty-avatarFgColor: palette(window);
}
LoadingIndicator {
@@ -177,11 +176,9 @@ UserInfoWidget {
border-bottom: 1px solid #202228;
}
-QToolTip,
QPushButton,
QComboBox,
QAbstractItemView,
-QMenu,
QComboBox > * {
background: white;
color: #202228;
@@ -189,19 +186,13 @@ QComboBox > * {
QComboBox:hover,
QAbstractItemView::item:hover,
-QMenu::item:hover,
QPushButton:hover {
background: #38a3d8;
selection-background-color: #38a3d8;
}
-QMenu::item {
- border: 1px solid transparent; /* reserve space for selection border */
-}
-
-QAbstractItemView::item:selected,
-QMenu::item:selected {
+QAbstractItemView::item:selected {
border-color: darkblue;
background: grey;
}
@@ -267,6 +258,11 @@ Toggle {
qproperty-trackColor: rgb(240, 240, 240);
}
+QListWidget {
+ color: #caccd1;
+ background-color: #202228;
+}
+
SnackBar {
qproperty-textColor: #caccd1;
qproperty-bgColor: #202228;