diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 800b55e1c..e8814bf93 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -229,6 +229,7 @@ Yaoliang Chen KolbyML Adnane Taghi Spiritual Father +Emmanuel Ferdman ******************** diff --git a/qt/tools/color_svg.py b/qt/tools/color_svg.py index bcf9331f8..b9b0520b4 100644 --- a/qt/tools/color_svg.py +++ b/qt/tools/color_svg.py @@ -38,7 +38,7 @@ with open(input_path, "r") as f: if "fill" in data: data = re.sub(r"fill=\"#.+?\"", f'fill="{color[mode]}"', data) else: - data = re.sub(r"