{"id":23209199,"url":"https://github.com/4513echo/vim-colors-hatsunemiku","last_synced_at":"2025-08-19T04:32:03.022Z","repository":{"id":42002885,"uuid":"449689752","full_name":"4513ECHO/vim-colors-hatsunemiku","owner":"4513ECHO","description":"💚 A vim colorscheme like \"初音ミク\" (Hatsune Miku). Miku makes vimmers happy!","archived":false,"fork":false,"pushed_at":"2024-05-29T04:52:34.000Z","size":1140,"stargazers_count":121,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-29T17:46:48.695Z","etag":null,"topics":["color-scheme","colorscheme","colorschemes","hatsune","hatsune-miku","miku","vim","vim-colorscheme","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/4513ECHO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-01-19T12:51:07.000Z","updated_at":"2024-05-29T04:52:38.000Z","dependencies_parsed_at":"2024-05-29T06:17:55.073Z","dependency_job_id":"e6ab1572-dd73-4834-be78-7d10ff62e205","html_url":"https://github.com/4513ECHO/vim-colors-hatsunemiku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4513ECHO%2Fvim-colors-hatsunemiku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4513ECHO%2Fvim-colors-hatsunemiku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4513ECHO%2Fvim-colors-hatsunemiku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4513ECHO%2Fvim-colors-hatsunemiku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4513ECHO","download_url":"https://codeload.github.com/4513ECHO/vim-colors-hatsunemiku/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230318623,"owners_count":18207812,"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":["color-scheme","colorscheme","colorschemes","hatsune","hatsune-miku","miku","vim","vim-colorscheme","vim-plugin"],"created_at":"2024-12-18T18:15:25.679Z","updated_at":"2024-12-18T18:15:27.487Z","avatar_url":"https://github.com/4513ECHO.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![vim-colors-hatsunemiku](https://ec.crypton.co.jp/img/vocaloid/mikunt/mikunt_logo.png)\n\n## Features\n\n- Fast (colorscheme files are generated by\n  [estilo](https://github.com/jacoborus/estilo))\n- Dark and light background\n- True colors (24 bit colors) support\n- 256 colors terminal support\n- Terminal window (`:terminal`) colors support\n- [lightline.vim](https://github.com/itchyny/lightline.vim) colorscheme and\n  [vim-airline](https://github.com/vim-airline/vim-airline) theme\n- Neovim built-in LSP support\n- Specific support for some plugins\n  - [rhysd/clever-f.vim](https://github.com/rhysd/clever-f.vim)\n  - [hrsh7th/vim-searchx](https://github.com/hrsh7th/vim-searchx)\n  - [airblade/vim-gitgutter](https://github.com/airblade/vim-gitgutter)\n  - [mhinz/vim-signify](https://github.com/mhinz/vim-signify)\n  - [neoclide/coc.nvim](https://github.com/neoclide/coc.nvim)\n  - [... or what you want](https://github.com/4513ECHO/vim-colors-hatsunemiku/issues)\n\n## Environmental Requirements\n\nIf you use (Neo)vim on GUI, this colorscheme works fine. If you use (Neo)vim on\nterminal, you have to use the terminal with 256 colors support. Setting\n`'termguicolors'` and using true colors (24 bit colors) is recommended if the\nterminal has support.\n\n## Screenshot\n\nPlease see\n[this issue](https://github.com/4513ECHO/vim-colors-hatsunemiku/issues/1) to\nfind more screenshots. Your screenshot is welcome!\n\n![screenshot](https://user-images.githubusercontent.com/81011153/159166785-ad4a93f9-f7a7-41a2-9755-37807acb341c.jpeg)\n\n## Usage\n\n```vim\nif !has('gui_running') \u0026\u0026 has('termguicolors')\n  \" Use true colors (recommended)\n  set termguicolors\nendif\nsyntax enable\n\" for dark theme\ncolorscheme hatsunemiku\n\" for light theme\ncolorscheme hatsunemiku_light\n```\n\nUse as [lightline.vim](https://github.com/itchyny/lightline.vim) colorscheme:\n\n```vim\n\" for dark theme\nlet g:lightline = { 'colorscheme': 'hatsunemiku' }\n\" for light theme\nlet g:lightline = { 'colorscheme': 'hatsunemiku_light' }\n```\n\nUse as [vim-airline](https://github.com/vim-airline/vim-airline) theme:\n\n```vim\n\" for dark theme\nlet g:airline_theme = 'hatsunemiku'\n\" for light theme\nlet g:airline_theme = 'hatsunemiku_light'\n```\n\n## Contribution\n\nColorscheme files are generated by\n[estilo](https://github.com/jacoborus/estilo), which requires\n[deno](https://deno.land) v1.42 or later.\n\nYou MUST NOT edit files in `colors/` directly.\n\nIf you want to add new highlights for specific filetypes, please create new file\nfor `estilos/syntax/{filetype}.yml`.\n\nIf you want to add new highlights for specific plugins, please add section for\n`estilos/syntax/plugins.yml`, and you should comment the name of plugin.\n\n## License\n\nThis work depicts the character \"初音ミク\" (Hatsune Miku) of Crypton Future\nMedia, Inc. based on\n[ピアプロ・キャラクター・ライセンス](http://piapro.jp/license/pcl/summary).\n\nThis plugin distributed under the [MIT license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4513echo%2Fvim-colors-hatsunemiku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4513echo%2Fvim-colors-hatsunemiku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4513echo%2Fvim-colors-hatsunemiku/lists"}