mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-18 09:17:54 -07:00
Refactored Theme class to correspond SOLID patterns
This commit is contained in:
4
scripts/utils/theme/theme_path_provider.py
Normal file
4
scripts/utils/theme/theme_path_provider.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class ThemePathProvider:
|
||||
@staticmethod
|
||||
def get_theme_path(themes_folder: str, path_name: str, theme_mode: str, theme_type: str) -> str:
|
||||
return f"{themes_folder}/Marble-{path_name}-{theme_mode}/{theme_type}/"
|
Reference in New Issue
Block a user