merging changes
This commit is contained in:
parent
18f117138d
commit
182225ebc4
66 changed files with 206 additions and 186 deletions
|
|
@ -49,7 +49,7 @@ files = ['Ox.UI/css/Ox.UI.css']
|
|||
path = source_path + 'Ox.UI/themes/classic/svg/'
|
||||
for filename in os.listdir(path):
|
||||
svg = read_file(path + filename)
|
||||
svg = svg.replace('#000000', '#XXXXXX').replace('#404040', '#XXXXXX').replace('#FFFFFF', '#000000').replace('#XXXXXX', '#FFFFFF')
|
||||
svg = svg.replace('#000000', '#XXXXXX').replace('#404040', '#C0C0C0').replace('#FFFFFF', '#000000').replace('#XXXXXX', '#FFFFFF')
|
||||
write_file(path.replace('/classic/', '/modern/') + filename, svg)
|
||||
|
||||
imageURLs = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue