rigvedmaanas / CustomTkinterThemes

This is a list of themes for the customtkinter library.
MIT License
8 stars 0 forks source link

Using CTkSwitch with Flipper Zero raises KeyError #1

Closed Viren070 closed 2 months ago

Viren070 commented 2 months ago

This is caused by line 74 in FlipperZero.json

It is currently:

    "fg_Color": ["#663b14", "#663b14"],

but should be:

    "fg_color": ["#663b14", "#663b14"],

The incorrectly capitalised r in color causes a KeyError to be raised when attempting to access fg_color for CTkSwitch,

rigvedmaanas commented 2 months ago

Hi,

Sorry for the typo error. I have made the suitable changes now.