Use json file based themes instead of code to create them (theme editor + theme mode settings)

This commit is contained in:
luisangelsm
2026-03-02 21:23:39 +01:00
parent 87fada611d
commit 547e48cc04
42 changed files with 2776 additions and 1145 deletions

View 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>