mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
feat: Update workflow names for theme creation and PR submission
This commit is contained in:
parent
19b1ad2567
commit
5ee29229a8
3 changed files with 4 additions and 1 deletions
|
@ -30,6 +30,8 @@ def write_colors(colors_file, output_file):
|
|||
if colors["isDarkMode"]:
|
||||
f.write(' color-scheme: dark !important;\n')
|
||||
f.write('}\n')
|
||||
with open(output_file, 'r') as f:
|
||||
print(f.read())
|
||||
|
||||
def main():
|
||||
with open(THEMES_DATA_FILE, 'w') as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue