{"id":15178658,"url":"https://github.com/christianrickert/vim-firefly","last_synced_at":"2025-10-15T14:54:33.398Z","repository":{"id":253428077,"uuid":"840762935","full_name":"christianrickert/vim-firefly","owner":"christianrickert","description":"🪲 Vim color scheme for buggy nights","archived":false,"fork":false,"pushed_at":"2025-04-28T00:45:55.000Z","size":17604,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T01:26:02.824Z","etag":null,"topics":["color","dark","scheme","vim","vim-colortemplate"],"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/christianrickert.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}},"created_at":"2024-08-10T15:57:11.000Z","updated_at":"2025-04-28T00:45:59.000Z","dependencies_parsed_at":"2024-08-24T18:55:16.423Z","dependency_job_id":"9692cd16-88d9-455a-83b3-8a952c12a9fe","html_url":"https://github.com/christianrickert/vim-firefly","commit_stats":{"total_commits":57,"total_committers":1,"mean_commits":57.0,"dds":0.0,"last_synced_commit":"d0607394cea82ac0952c85462032d707d956ca2f"},"previous_names":["christianrickert/vim-firefly"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/christianrickert/vim-firefly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianrickert%2Fvim-firefly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianrickert%2Fvim-firefly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianrickert%2Fvim-firefly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianrickert%2Fvim-firefly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christianrickert","download_url":"https://codeload.github.com/christianrickert/vim-firefly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianrickert%2Fvim-firefly/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263882261,"owners_count":23524459,"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","dark","scheme","vim","vim-colortemplate"],"created_at":"2024-09-27T15:21:10.513Z","updated_at":"2025-10-15T14:54:28.323Z","avatar_url":"https://github.com/christianrickert.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# _Firefly_  🪲\n\n![Artist's impression (ChatGPT, let's be real) of fireflies gathering at a forest clearing.](templates/firefly.png)\n\n_Firefly_ is my personal dark vim color scheme with vibrant, but muted colors.\n\n![Firefly's color palette.](templates/color-palette.png)\n\nI got tired of looking at pea green strings with [gruvbox](https://github.com/morhetz/gruvbox) and created my own color scheme[^1]: Its color palette is tuned to reduce eye strain and help my brain process buggy source code late into the night, hence the name.\n\u003cbr /\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e24-bit color\u003c/td\u003e\n     \u003ctd align=\"center\"\u003e8-bit color\u003c/td\u003e\n     \u003ctd align=\"center\"\u003e4-bit color\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\", valign=\"top\"\u003e\u003cimg alt=\"Screenshot of the Firefly 24-bit color scheme with MacVim on maOS\", src=\"templates/termguicolors.png\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\", valign=\"top\"\u003e\u003cimg alt=\"Screenshot of the Firefly 8-bit color scheme with zsh on maOS\", src=\"templates/t_Co%3D256.png\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\", valign=\"top\"\u003e\u003cimg alt=\"Screenshot of the Firefly 4-bit color scheme with zsh on maOS\", src=\"templates/t_Co%3D16.png\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n \u003c/table\u003e\n\n_Firefly_'s color palette is optimized for Vim's `termguicolors`, but it adjusts seamlessly to reduced terminal colors (`t_Co=256`, `t_Co=16`). See the screenshots in the table above.\n\n\u003e[!TIP]\n\u003eYou can install the firefly color scheme with [vim-plug](https://github.com/junegunn/vim-plug). Install the plugin manager and add these lines to your `vimrc`:\n\u003e```vim\n\u003ecall plug#begin()\n\u003e\n\u003e\" firefly - vim color scheme\n\u003ePlug 'christianrickert/vim-firefly'\n\u003e\n\u003ecall plug#end()\n\u003e\n\u003e\" optional: prevent MatchParen from disappearing cursor\n\u003elet g:matchparen_disable_cursor_hl=1\n\u003e```\n\n_I hope you will enjoy _Firefly_ as much as I do!_  🌙\n\n[^1]: The color scheme files were generated with [vim-colortemplate](https://github.com/lifepillar/vim-colortemplate).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianrickert%2Fvim-firefly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristianrickert%2Fvim-firefly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianrickert%2Fvim-firefly/lists"}