mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
chore: Update comment in rebuild-themes.py to clarify that it is an auto generated color theme
This commit is contained in:
parent
b674c261ba
commit
be929208df
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def write_colors(colors_file, output_file):
|
||||||
with open(colors_file, 'r') as f:
|
with open(colors_file, 'r') as f:
|
||||||
colors = json.load(f)
|
colors = json.load(f)
|
||||||
with open(output_file, 'w') as f:
|
with open(output_file, 'w') as f:
|
||||||
f.write('/* This is a color theme. */\n')
|
f.write('/* This is an auto generated color theme. */\n')
|
||||||
f.write(':root {\n')
|
f.write(':root {\n')
|
||||||
for color in colors:
|
for color in colors:
|
||||||
if color == "isDarkMode":
|
if color == "isDarkMode":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue