Add Napalm Theme
We require contributors to sign our Contributor License Agreement, and we don't have @napalmpapalam on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.
@cla-bot check
The cla-bot has been summoned, and re-checked this pull request!
Right now, extensions need to have an extension.json file. the docs are here: https://github.com/zed-industries/extensions/blob/main/AUTHORING_EXTENSIONS.md.
Right now, extensions need to have an
extension.jsonfile. the docs are here: https://github.com/zed-industries/extensions/blob/main/AUTHORING_EXTENSIONS.md.
Fixed
@napalmpapalam The extension.json in the repo doesn't appear to be in the correct format.
The extension.json should contain metadata about the extension, as shown here: https://github.com/zed-industries/extensions/blob/main/AUTHORING_EXTENSIONS.md#extension-structure
The theme itself should be in a JSON file in the themes directory within the extension.
@napalmpapalam The
extension.jsonin the repo doesn't appear to be in the correct format.The
extension.jsonshould contain metadata about the extension, as shown here: https://github.com/zed-industries/extensions/blob/main/AUTHORING_EXTENSIONS.md#extension-structureThe theme itself should be in a JSON file in the
themesdirectory within the extension.
@maxdeviant Fixed
@JosephTLyons check plz
@napalmpapalam Thank you!