mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Use json file based themes instead of code to create them (theme editor + theme mode settings)
This commit is contained in:
7
YACReader/themes/themes.qrc
Normal file
7
YACReader/themes/themes.qrc
Normal file
@ -0,0 +1,7 @@
|
||||
<RCC>
|
||||
<qresource prefix="/themes">
|
||||
<file alias="builtin_classic.json">builtin_classic.json</file>
|
||||
<file alias="builtin_light.json">builtin_light.json</file>
|
||||
<file alias="builtin_dark.json">builtin_dark.json</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
Reference in New Issue
Block a user