{"id":15489618,"url":"https://github.com/pablopunk/vim-colors","last_synced_at":"2025-04-22T18:25:40.160Z","repository":{"id":57392590,"uuid":"120825569","full_name":"pablopunk/vim-colors","owner":"pablopunk","description":"Generate vim colors","archived":false,"fork":false,"pushed_at":"2020-05-05T21:33:49.000Z","size":145,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T17:35:56.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vimcolors.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pablopunk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-08T22:26:05.000Z","updated_at":"2023-04-15T21:52:42.000Z","dependencies_parsed_at":"2022-09-26T16:51:26.985Z","dependency_job_id":null,"html_url":"https://github.com/pablopunk/vim-colors","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fvim-colors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fvim-colors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fvim-colors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fvim-colors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablopunk","download_url":"https://codeload.github.com/pablopunk/vim-colors/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249879080,"owners_count":21339055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T07:06:40.942Z","updated_at":"2025-04-22T18:25:40.124Z","avatar_url":"https://github.com/pablopunk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-colors\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/pablopunk/miny\"\u003e\u003cimg src=\"https://img.shields.io/badge/made_with-miny-1eced8.svg\" /\u003e \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/vim-colors\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/vim-colors.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ci\u003eReturns vim color configuration for given inputs\u003c/i\u003e\n\u003c/p\u003e\n\n\u003e This is an npm package so you can use it in your Javascript projects. If you only want to generate a scheme, use [vimcolors.org](https://vimcolors.org)\n\n## Install\n\n```sh\nnpm install vim-colors\n```\n\n## Usage\n\nThis results into a `viml` configuration script with a dark background (black) and\na white foreground\n\n```js\nconst vimColors = require('vim-colors')\n\nconst configString = vimColors('my-scheme', {\n  dark: true,\n  bg: '000000', // black\n  fg: 'ffffff', // white\n  menus: '002244', // navy blue\n  comments: 'cccccc', // gray\n  scheme: [\n    '4169e1',\n    'ff6347'\n    // You can add up to 6 colors\n  ]\n})\n```\n\n## Related\n\n- [vimcolors.org](https://vimcolors.org): The website that uses this module\n\n## License\n\nMIT\n\n## Author\n\n| ![me](https://gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?size=100) |\n| ---------------------------------------------------------------------------- |\n| [Pablo Varela](https://pablo.life)                                           |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Fvim-colors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablopunk%2Fvim-colors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Fvim-colors/lists"}