It doesn't fall back to the default themes if a custom one does not exist

Thanks for sharing.
I guess the theme settings are invalid.
Could you fix it like so?

"themes": [
  "github-preview",
  "default-light-ui",
  "default-light-syntax"
],

The app should fall back to the default theme if the custom theme doesn’t exist but it doesn’t, which would be a bug.
I’ll fix it!

1 Like