mirror of
https://github.com/Paul-Houser/StartTree.git
synced 2024-11-21 15:03:08 +01:00
updated css retrieval method
This commit is contained in:
parent
b1d7778750
commit
28da1cd78e
@ -117,7 +117,9 @@ def gen_style(file_dict):
|
||||
else:
|
||||
theme = '../themes/' + theme + '.css'
|
||||
|
||||
cache_style.write("@import url('" + theme + "');\n")
|
||||
copyfile(theme, home + '/.cache/StartTree/styles/colors.css')
|
||||
|
||||
cache_style.write("@import url('./colors.css');\n")
|
||||
|
||||
lines = skeleton_style.readlines()
|
||||
for line in lines:
|
||||
|
Loading…
Reference in New Issue
Block a user