NicklasVraa / Color-manager

Recolor icon packs, themes, wallpapers and assets with a few clicks or lines of code.
GNU Affero General Public License v3.0
500 stars 7 forks source link

Issue using colour palettes in GUI version. #9

Closed ItsTerm1n4l closed 10 months ago

ItsTerm1n4l commented 10 months ago

Hi I have just downloaded this script and when I try to modify a theme with one of the included palettes through the GUI I get an error and the palette is not included.
This is the error.

Traceback (most recent call last):
  File "/home/pi/Downloads/Color-manager/./color_manager/gui.py", line 170, in on_palette_set
    self.palette = utils.load_palette_file(palette_picker.choice)
AttributeError: module 'utils' has no attribute 'load_palette_file'

I would really like to be able to use these colour palettes to modify GTK themes, so I would really appreciate help with this.
Thanks for the awesome script!

NicklasVraa commented 10 months ago

I changed the name of that function and forgot to account for it in the GUI script. Will fix right away. Thanks :)

ItsTerm1n4l commented 10 months ago

thank you!