Add support for CrystalDiskInfo Anime Themes

Closes #7
This commit is contained in:
spiros
2024-06-24 17:45:51 +03:00
parent 959b96046c
commit de03f84e27
17 changed files with 622 additions and 360 deletions

0
dist/theme/bad.png vendored Normal file
View File

0
dist/theme/bg_dark.png vendored Normal file
View File

0
dist/theme/bg_light.png vendored Normal file
View File

0
dist/theme/caution.png vendored Normal file
View File

0
dist/theme/good.png vendored Normal file
View File

10
dist/theme/theme_resources.qrc vendored Normal file
View File

@@ -0,0 +1,10 @@
<RCC>
<qresource prefix="/icons">
<file>bg_light.png</file>
<file>bg_dark.png</file>
<file>good.png</file>
<file>caution.png</file>
<file>bad.png</file>
<file>unknown.png</file>
</qresource>
</RCC>

0
dist/theme/unknown.png vendored Normal file
View File