diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-25 18:19:58 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-25 18:19:58 +0200 |
commit | f0ecf6eee6d6c9270f2e21f4f57af3f91044bd6c (patch) | |
tree | 362b97bd8b3e1a44b373a28efaa6ef67207e5ed9 /resources/res.qrc | |
parent | Update system theme (diff) | |
download | nheko-f0ecf6eee6d6c9270f2e21f4f57af3f91044bd6c.tar.xz |
Add dark theme
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index 9bd977a2..cfe0bf2f 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -71,5 +71,6 @@ <qresource prefix="/styles"> <file>styles/system.qss</file> <file>styles/nheko.qss</file> + <file>styles/nheko-dark.qss</file> </qresource> </RCC> |