mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-18 01:07:55 -07:00
Extracted installation methods, created a new class for theme installers
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
import argparse
|
||||
import shutil
|
||||
from collections import defaultdict
|
||||
from typing import Any
|
||||
|
||||
from .. import config
|
||||
import os
|
||||
|
||||
def remove_files(args: argparse.Namespace, colors: dict[str, str]):
|
||||
def remove_files(args: argparse.Namespace, colors: dict[str, Any]):
|
||||
"""Delete already installed Marble theme"""
|
||||
themes = detect_themes(config.themes_folder)
|
||||
|
||||
|
Reference in New Issue
Block a user