Skip to content

Commit 679c68e

Browse files
committed
fix: duplicate custom colors in json output
1 parent 55ba059 commit 679c68e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/kde_material_you_colors/utils/m3_scheme_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ def export_schemes(theme: ThemeConfig):
302302
colors = theme.get_material_schemes()
303303
colors.update(
304304
{
305-
"extras": theme.get_extras(),
306305
"pywal": {
307306
"light": theme.get_wal_light_scheme(),
308307
"dark": theme.get_wal_dark_scheme(),

0 commit comments

Comments
 (0)