ashish
ashish
> I am using macos, could it be related. not really sure, i use windows and haven't got any errors 🤔 will need more context on this
closed by mistake, will leave this open so that more people can report this
> After messing with the new config file, I discovered that setting `catppuccinTheme` in the config file, then restarting hyper makes this plugin work. I think the README should tell...
@chrionix can you check and let us know if you have set the `catppuccinTheme` in your config file?
I think this might solve the issue - ```js const themeName = config.catppuccinTheme ? config.catppuccinTheme.toLowerCase() : "macchiato"; const theme = palettes[themeName]; ``` previously I was doing - ```js const theme...
the thing is, in the stable builds even not setting the `catppuccinTheme` works, not really sure what they are doing differently in canary version