summary refs log tree commit diff
path: root/resources/styles
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
parentUse the full with of the roomlist for the last message (diff)
downloadnheko-d2d65b6662b57edc99d31b6edf47a5f2942d01a8.tar.xz
More stylistic changes & dark theme tweaks
Diffstat (limited to 'resources/styles')
-rw-r--r--resources/styles/nheko-dark.qss15
-rw-r--r--resources/styles/nheko.qss2
2 files changed, 10 insertions, 7 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;
 }
 
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index cb8f50e5..1ed3049b 100644
--- a/resources/styles/nheko.qss
+++ b/resources/styles/nheko.qss
@@ -29,7 +29,7 @@ CommunitiesList > * {
 }
 
 FlatButton {
-    qproperty-foregroundColor: #333;
+    qproperty-foregroundColor: #8c8c8c;
 }
 
 FileItem {