mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-11-23 22:16:01 -08:00
Remove config from theme.py because of it no longer depends on project folder
This commit is contained in:
@@ -2,7 +2,6 @@ import os
|
|||||||
import shutil
|
import shutil
|
||||||
import colorsys # colorsys.hls_to_rgb(h, l, s)
|
import colorsys # colorsys.hls_to_rgb(h, l, s)
|
||||||
|
|
||||||
from . import config # name of folders and files
|
|
||||||
from .utils import (
|
from .utils import (
|
||||||
replace_keywords, # replace keywords in file
|
replace_keywords, # replace keywords in file
|
||||||
copy_files, # copy files from source to destination
|
copy_files, # copy files from source to destination
|
||||||
|
|||||||
Reference in New Issue
Block a user