-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
When importing theme_from_source_color from materialyoucolor.utils.theme_utils, I found following missing import causing crash:
(<class 'ModuleNotFoundError'>, ModuleNotFoundError("No module named 'materialyoucolor.utils.image_utils'"))
Code snippet:
from materialyoucolor.utils.theme_utils import theme_from_source_color
from materialyoucolor.utils.color_utils import argb_from_rgb
theme = theme_from_source_color(argb_from_rgb(255, 0, 0, 255))
Edit:
commenting line in theme_utils:
#from materialyoucolor.utils.image_utils import source_color_from_image
Seems not to break the theme_from_source_color, but I do not know about other utilities.
Metadata
Metadata
Assignees
Labels
No labels