{"id":38467763,"url":"https://github.com/emanuel2718/vanta.nvim","last_synced_at":"2026-01-17T05:03:45.773Z","repository":{"id":270145971,"uuid":"909445868","full_name":"emanuel2718/vanta.nvim","owner":"emanuel2718","description":"Neovim colorscheme inspired by Vantablack, Cmder and MSDOS","archived":false,"fork":false,"pushed_at":"2025-06-21T23:06:47.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T00:18:47.108Z","etag":null,"topics":["colorscheme","lua","neovim","neovim-colorscheme","vim","vim-colorscheme"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/emanuel2718.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,"zenodo":null}},"created_at":"2024-12-28T18:16:41.000Z","updated_at":"2025-04-10T01:51:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"92f31b30-8a2c-46b8-a789-fde68e88a8a3","html_url":"https://github.com/emanuel2718/vanta.nvim","commit_stats":null,"previous_names":["emanuel2718/vanta.nvim"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/emanuel2718/vanta.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuel2718%2Fvanta.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuel2718%2Fvanta.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuel2718%2Fvanta.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuel2718%2Fvanta.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emanuel2718","download_url":"https://codeload.github.com/emanuel2718/vanta.nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuel2718%2Fvanta.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28497997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","lua","neovim","neovim-colorscheme","vim","vim-colorscheme"],"created_at":"2026-01-17T05:03:45.691Z","updated_at":"2026-01-17T05:03:45.755Z","avatar_url":"https://github.com/emanuel2718.png","language":"Lua","readme":"\u003ch1 align=\"center\" style=\"font-size: 6rem;\"\u003e\nvanta.nvim\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#install\"\u003eInstall\u003c/a\u003e\n    ·\n    \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\n    ·\n    \u003ca href=\"#configuration\"\u003eConfiguration\u003c/a\u003e\n    ·\n    \u003ca href=\"#looks\"\u003eLooks\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003cimg width=\"1332\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/aa79fdae-4d9f-4e0d-a315-921ec432c5c9\" /\u003e\n\n# Prerequisites\n\nNeovim 0.8.0+\n\n# Install\n\n\u003e [!Warning]\n\u003e This is nowhere near completion. Expect broken colors.\n\n[lazy.nvim](https://github.com/folke/lazy.nvim)\n\n```lua\n{ \"emanuel2718/vanta.nvim\", priority = 1000, config = true, opts = ...  }\n```\n\n# Usage\n\n```lua\n-- neovim\nvim.cmd.colorscheme(\"vanta\")\n```\n\n# Configuration (Defaults)\n\n```lua\nrequire(\"vanta\").setup({\n  -- Enable terminal colors (recommended)\n  terminal_colors = true,\n\n  -- Style options\n  undercurl = false,  -- Use undercurls for diagnostics and spellcheck\n  underline = false,  -- Use underlines for references and matching words\n  bold = true,        -- Use bold for headings, keywords, and UI elements\n\n  -- Window appearance\n  dim_inactive = false,  -- Dim text in inactive windows\n  transparent = false,   -- Use transparent backgrounds\n\n  -- Italic options\n  italic = {\n    strings = false,    -- Italicize strings\n    comments = true,    -- Italicize comments\n    operators = false,  -- Italicize operators\n    emphasis = false,   -- Italicize emphasized text\n    folds = true,       -- Italicize fold markers\n  },\n})\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femanuel2718%2Fvanta.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femanuel2718%2Fvanta.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femanuel2718%2Fvanta.nvim/lists"}