mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-17 23:43:40 -05:00
* Change comment style to use folds, in turn necessitating changing the template delimeters * Add "Underlined" styling * Update the gui gutter foreground color * Automatically generate terminal color palette files * README.md: Add 'Relatives of onedark.vim' section * README.md tweaks to (hopefully) make installation and troubleshooting easier. * README.md: Update preview image information * README.md: Re-update preview image information * README.md: Fixed wording about italics troubleshooting screenshot * README.md: "setting" -> "option" where appropriate * README.md: Fix typos
30 lines
671 B
JSON
30 lines
671 B
JSON
{
|
|
"name": "onedark.vim-builder",
|
|
"version": "1.0.0",
|
|
"description": "Builds the onedark.vim Vim colorscheme and associated files",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"precommit": "npm test",
|
|
"test": "eslint build.js && node build.js check"
|
|
},
|
|
"author": {
|
|
"name": "Josh Dick",
|
|
"email": "josh@joshdick.net",
|
|
"url": "http://joshdick.net"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/joshdick/onedark.vim.git"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^3.15.0",
|
|
"husky": "^0.13.1"
|
|
},
|
|
"dependencies": {
|
|
"dot": "^1.1.1",
|
|
"termcolors": "latest"
|
|
}
|
|
}
|