mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Update rebuild-themes.py
This commit is contained in:
parent
32d50c97b6
commit
29a8ee3a38
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def write_colors(colors_file, output_file):
|
|||
for color in colors:
|
||||
if color == "isDarkMode":
|
||||
continue
|
||||
f.write(f' {get_color_css_variable(color)}: {colors[color]};\n')
|
||||
f.write(f' {get_color_css_variable(color)}: {colors[color]} !important;\n')
|
||||
if colors["isDarkMode"]:
|
||||
f.write(' color-scheme: dark !important;\n')
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue