Covered Theme module with tests

- Extracted `ColorReplacementGenerator`;
- Extracted `ColorConverterImpl`;
- Added documentation to some classes;
- `hex_to_rgba` now supports shorthand hex colors (#fff).
This commit is contained in:
Vladyslav Hroshev
2025-04-11 22:53:30 +03:00
parent 29485ddf1e
commit abfe1f5962
25 changed files with 877 additions and 103 deletions

View File

@@ -1,5 +1,5 @@
from scripts import config
from scripts.utils.color_converter import ColorConverterImpl
from scripts.utils.color_converter.color_converter_impl import ColorConverterImpl
panel_folder = f"{config.tweaks_folder}/panel"