forked from 0x2620/oxjs
use svg video markers
This commit is contained in:
parent
12423e7b03
commit
9a7a0acd89
24 changed files with 55 additions and 29 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('#404040', '#FFFFFF').replace('#000000', '#FFFFFF')
|
||||
svg = svg.replace('#000000', '#XXXXXX').replace('#404040', '#XXXXXX').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