mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-19 09:47:56 -07:00
5 lines
224 B
Python
5 lines
224 B
Python
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}/"
|