{"id":20784190,"url":"https://github.com/lfenzo/vim-fusion","last_synced_at":"2026-05-18T02:35:01.781Z","repository":{"id":122042303,"uuid":"335284650","full_name":"lfenzo/vim-fusion","owner":"lfenzo","description":"Dark colorscheme for Vim/NeoVim with (a few) language-specific syntax highlightings.","archived":false,"fork":false,"pushed_at":"2022-04-27T14:30:34.000Z","size":11161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T03:44:26.768Z","etag":null,"topics":["colorscheme","dark-mode","dark-theme","neovim","vim","vim-fusion"],"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/lfenzo.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":"2021-02-02T12:39:21.000Z","updated_at":"2021-12-19T18:01:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a88ac9d-63b8-4a8e-9da1-e8ecb9fd543d","html_url":"https://github.com/lfenzo/vim-fusion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lfenzo/vim-fusion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfenzo%2Fvim-fusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfenzo%2Fvim-fusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfenzo%2Fvim-fusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfenzo%2Fvim-fusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lfenzo","download_url":"https://codeload.github.com/lfenzo/vim-fusion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfenzo%2Fvim-fusion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","dark-mode","dark-theme","neovim","vim","vim-fusion"],"created_at":"2024-11-17T14:26:49.575Z","updated_at":"2026-05-18T02:35:01.755Z","avatar_url":"https://github.com/lfenzo.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"```{python}\n              ___           ___           ___                       ___           ___     \n             /\\__\\         /\\  \\         /\\__\\                     /\\  \\         /\\  \\    \n            /:/ _/_        \\:\\  \\       /:/ _/_       ___         /::\\  \\        \\:\\  \\   \n           /:/ /\\__\\        \\:\\  \\     /:/ /\\  \\     /\\__\\       /:/\\:\\  \\        \\:\\  \\  \n          /:/ /:/  /    ___  \\:\\  \\   /:/ /::\\  \\   /:/__/      /:/  \\:\\  \\   _____\\:\\  \\ \n         /:/_/:/  /    /\\  \\  \\:\\__\\ /:/_/:/\\:\\__\\ /::\\  \\     /:/__/ \\:\\__\\ /::::::::\\__\\\n         \\:\\/:/  /     \\:\\  \\ /:/  / \\:\\/:/ /:/  / \\/\\:\\  \\__  \\:\\  \\ /:/  / \\:\\~~\\~~\\/__/\n          \\::/__/       \\:\\  /:/  /   \\::/ /:/  /   ~~\\:\\/\\__\\  \\:\\  /:/  /   \\:\\  \\      \n           \\:\\  \\        \\:\\/:/  /     \\/_/:/  /       \\::/  /   \\:\\/:/  /     \\:\\  \\     \n            \\:\\__\\        \\::/  /        /:/  /        /:/  /     \\::/  /       \\:\\__\\    \n             \\/__/         \\/__/         \\/__/         \\/__/       \\/__/         \\/__/\n        \n```\n\nVim Fusion is a neutral dark 256-color colorscheme for Vim/NeoVim. Vim Fusion works optimally with [vim-polyglot](https://github.com/sheerun/vim-polyglot) thanks to some of its syntax highlighting definitions; the installation of this plugin is not mandatory but keep in mind that some of the highlightings may not work exactly as shown when it is not installed. \n\n![](./screenshots/cover.png)\n\n## :hammer_and_wrench: Installation\n\nFor any of the methods described below add the following line to your `.vimrc` (or `init.vim`):\n\n```console\ncolorscheme fusion\n```\n### Manual Installation\n\nClone the vim-fusion repo and add the file `fusion.vim` to the `colors` directory inside `.vim`. In case you don't have it: `mkdir ~/.vim/colors`. For NeoVim the same applies but for the `nvim` directory inside `~/.config/`.\n\n### Using vim-plug\n\nInside the ``call plug#begin( ) ... plug#end`` add the following:\n\n```console\nPlug 'lfenzo/vim-fusion'\n```\nAnd then, `:w`, `:source %` and `:PlugInstall`.\n\n## :money_with_wings: Donate\n\nIt's up to you, if you really enjoyed this colorscheme feel free to pay me a coffee (or perhaps a beer)...\n\n**ETH:** `0x0C66c04c8098720998B2049C7a6bF6BbB751cb8e`\n\n## :camera_flash: Screenshots\n\n### Python\n![](./screenshots/python.png)\n\n### C++\n![](./screenshots/cplusplus.png)\n\n### Javascript \n![](./screenshots/javascript.png)\n\n### LaTeX\n![](./screenshots/latex.png)\n\n### HTML \u0026 CSS\n![](./screenshots/html-css.png)\n\n### JSON \u0026 XML\n![](./screenshots/json-xml.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfenzo%2Fvim-fusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flfenzo%2Fvim-fusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfenzo%2Fvim-fusion/lists"}