diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-12-08 19:51:42 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-12-08 19:54:35 +0100 |
commit | 68e9db0776225168bbb52d164b05b784466a28d8 (patch) | |
tree | 525687324ff88b17522bfec5691799d5677dd497 /gui/gui.qrc | |
parent | 371ee5167ce5e6fccc5a2a159343658f01ba74f7 (diff) |
[ui] theming stub
Diffstat (limited to 'gui/gui.qrc')
-rw-r--r-- | gui/gui.qrc | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/gui/gui.qrc b/gui/gui.qrc index 120e94c..71a4422 100644 --- a/gui/gui.qrc +++ b/gui/gui.qrc @@ -6,6 +6,12 @@ <!-- gui components --> <file>themes/themes.js</file> + <file>themes/theme-riseup.js</file> + <file>themes/Riseup.qml</file> + <file>themes/theme-calyx.js</file> + <file>themes/Calyx.qml</file> + <file>themes/ThemeObject.qml</file> + <file>components/MainView.qml</file> <file>components/ThemedPage.qml</file> <file>components/Splash.qml</file> @@ -56,14 +62,22 @@ <file>resources/reception-4@24.svg</file> <file>resources/arrow-left.svg</file> <file>resources/globe.svg</file> - <file>resources/ravens.svg</file> - <file>resources/ravens.gif</file> - <file>resources/riseup-icon.svg</file> <file>resources/spy.gif</file> <file>resources/quit.svg</file> <file>resources/alert.svg</file> <file>resources/angle-right.svg</file> + <!-- riseup assets --> + <file>resources/ravens.svg</file> + <file>resources/ravens.gif</file> + <file>resources/riseup-icon.svg</file> + + <!-- calyx assets --> + <file>resources/calyx/calyx-shield-green.png</file> + <file>resources/calyx/calyx-hand.png</file> + <file>resources/calyx/calyx-red-shield.png</file> + <file>resources/calyx/calyx-yellow-shield.png</file> + <!-- fonts --> <file alias="poppins-regular.ttf">resources/fonts/Poppins-Regular.ttf</file> <file alias="poppins-bold.ttf">resources/fonts/Poppins-Bold.ttf</file> |