{"id":13479632,"url":"https://github.com/lifepillar/vim-colortemplate","last_synced_at":"2025-05-15T02:05:08.747Z","repository":{"id":41060726,"uuid":"104588116","full_name":"lifepillar/vim-colortemplate","owner":"lifepillar","description":" The Toolkit for Vim Color Scheme Designers!","archived":false,"fork":false,"pushed_at":"2025-05-04T12:59:48.000Z","size":1486,"stargazers_count":944,"open_issues_count":6,"forks_count":28,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-05-15T02:04:39.532Z","etag":null,"topics":["colorscheme","generator","preprocessor","templates","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/lifepillar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-09-23T18:01:21.000Z","updated_at":"2025-05-13T09:57:50.000Z","dependencies_parsed_at":"2022-07-14T07:10:32.576Z","dependency_job_id":"b221f6d9-c33e-426c-b6b9-4970818e9e5b","html_url":"https://github.com/lifepillar/vim-colortemplate","commit_stats":{"total_commits":961,"total_committers":10,"mean_commits":96.1,"dds":"0.024973985431841816","last_synced_commit":"4b37a4d69958306f90f72ce1ac49dbba2fb4e62c"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifepillar%2Fvim-colortemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifepillar%2Fvim-colortemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifepillar%2Fvim-colortemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifepillar%2Fvim-colortemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lifepillar","download_url":"https://codeload.github.com/lifepillar/vim-colortemplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259369,"owners_count":22040819,"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":["colorscheme","generator","preprocessor","templates","vim"],"created_at":"2024-07-31T16:02:20.529Z","updated_at":"2025-05-15T02:05:08.702Z","avatar_url":"https://github.com/lifepillar.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# The Toolkit for Vim Color Scheme Designers!\n\nColortemplate is a 100% VimScript plugin for Vim 8 or later, which makes it easy\nto develop color schemes. Its ambitious goal is to become *the* way to create\nnew color schemes for Vim!\n\n\u003cimg src=\"https://raw.github.com/lifepillar/Resources/master/colortemplate/colortemplate.gif\" width=\"520\"\u003e\n\n## Features\n\n- Generates color schemes that support all environments, from black\u0026white to\n  millions of colors, and both terminal and GUI Vim.\n- Generates color schemes that load efficiently and have a consistent structure\n  following best practices.\n- Automatically provides xterm approximations for GUI colors.\n- Imports any color scheme. You do not have to start from scratch!\n- Provides a sophisticated style picker. Create color schemes in real-time\n  directly within Vim!\n- Displays information about the highlight group under the cursor.\n- Computes useful statistics about your color scheme.\n- Supports generating any kind of auxiliary files (say,\n  `autoload/gorgeous.vim` or `scripts/foo.sh`).\n- Has syntax completion for highlight groups, keywords and common colors.\n- …And a lot more!\n\nColortemplate is fully documented: to learn everything about it, read `:help\ncolortemplate.txt`.\n\n## Quick Start\n\nInstalling this plugin does not require anything special. If you need help,\nplease first check the\n[FAQ](https://github.com/lifepillar/vim-colortemplate/wiki/FAQs).\n\n```vim\n:edit templates/dark.colortemplate\n:Colortemplate! ~/.vim\n:colorscheme dark\n```\n\nThe resulting color scheme will be written into `~/.vim/colors`. See `:help\ncolortemplate.txt` for detailed documentation.\n\n**Note:** `:Colortemplate` and other plugin's commands are filetype-specific. That\nmeans that they are available only if the filetype is set to `colortemplate`.\nYou may need to explicitly type `:set ft=colortemplate` to make them available\nin new buffers.\n\nColortemplate is based on a very simple but very flexible template format.\nThis is a minimal template, which you can actually compile without warnings:\n\n```\nFull name:  My Gorgeous Theme\nShort name: gorgeous\nAuthor:     Me \u003cme@somewhere.org\u003e\n\nVariant:    gui 256\nBackground: dark\n\n; Color palette\nColor:      myblack #333333 ~\nColor:      mywhite #fafafa ~\n\n; Highlight group definitions\nNormal      mywhite myblack\n\nTerm colors: mywhite mywhite mywhite mywhite mywhite mywhite mywhite mywhite\nTerm colors: myblack myblack myblack myblack myblack myblack myblack myblack\n```\n\nIf you want to get a flavor of how Colortemplate can be used in the real world,\ntake a look at some color schemes created with it:\n[WWDC16](https://github.com/lifepillar/vim-wwdc16-theme) and\n[WWDC17](https://github.com/lifepillar/vim-wwdc17-theme) (simple), or\n[Gruvbox 8](https://github.com/lifepillar/vim-gruvbox8) and\n[Solarized 8](https://github.com/lifepillar/vim-solarized8) (complex).\n\n\n## Contributions\n\nDo you want to contribute? Do you have any suggestions on how to improve\nColortemplate? Open an issue or submit a pull request!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flifepillar%2Fvim-colortemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flifepillar%2Fvim-colortemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flifepillar%2Fvim-colortemplate/lists"}