mirror of
https://github.com/Paul-Houser/StartTree.git
synced 2024-11-24 16:23:16 +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:
|
else:
|
||||||
theme = '../themes/' + theme + '.css'
|
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()
|
lines = skeleton_style.readlines()
|
||||||
for line in lines:
|
for line in lines:
|
||||||
|
Loading…
Reference in New Issue
Block a user