Show HN: I built a web app to generate Emacs and Vim themes from VSCode themenice.github.io8 points·by pai·3 anni fa·3 comments
Show HN: I built a web app to generate Emacs and Vim themes from VSCode themenice.github.io4 points·by pai·3 anni fa·5 comments
pai·3 anni fa·discussJust because it is in the official VSC repo does not necessarily make it right, it is clearly an invalid JSON file and the error message is displayed.Showing the exact line number of the error is beyond this project's scope for now.I'm currently using https://www.npmjs.com/package/strip-json-comments to remove the comments if any.There are many online linters available, please check https://jsonlint.com/
pai·3 anni fa·discussBoth first and second links contained comments in JSON, which is invalid.I have now added fix to strip the comments, it should work now.The last link does not have bare minimum requirement of a background color, see FAQ point 4: https://nice.github.io/themeforge/faq/#happy-little-accident...Thanks for reporting.