estilo
Version:
Create color schemes for Vim, NeoVim, Airline and Lightline
37 lines • 786 B
JSON
{
"name": "estilo",
"version": "2.1.3",
"description": "Create color schemes for Vim, NeoVim, Airline and Lightline",
"keywords": [
"vim",
"color",
"scheme",
"schemes",
"themes",
"generator",
"neovim",
"lsp",
"treesitter"
],
"author": "Jacobo Tabernero Rey - https://jacobo.codes",
"homepage": "https://github.com/jacoborus/estilo",
"repository": {
"type": "git",
"url": "git@github.com:jacoborus/estilo.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jacoborus/estilo/issues"
},
"main": "esm/estilo.js",
"bin": {
"estilo": "./esm/estilo.js"
},
"dependencies": {
"@deno/shim-deno": "~0.18.0"
},
"devDependencies": {
"@types/node": "^20.9.0"
},
"_generatedBy": "dnt@dev"
}