mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-18 09:17:54 -07:00
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:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user