summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-25 09:30:42 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-25 09:30:42 +0300
commit5e9d8373e485eede4e2f3108fde5bfbc8e9be3f2 (patch)
treea86727766e579c87075541bd03c431f06630f110
parentFix "jumpy messages" regression (diff)
downloadnheko-5e9d8373e485eede4e2f3108fde5bfbc8e9be3f2.tar.xz
Use the white for text on the dark theme
fixes #331
-rw-r--r--resources/styles/nheko-dark.qss1
-rw-r--r--resources/styles/nheko.qss1
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss

index 34538203..2e456d90 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss
@@ -1,3 +1,4 @@ +TextLabel, QLabel { color: #caccd1; } diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index 125c34ff..067b361c 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -1,3 +1,4 @@ +TextLabel, QLabel { color: #333; }