{"id":50472400,"url":"https://github.com/statiolake/vscode-2026-theme.nvim","last_synced_at":"2026-06-01T11:03:22.256Z","repository":{"id":361750621,"uuid":"1224718123","full_name":"statiolake/vscode-2026-theme.nvim","owner":"statiolake","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-01T04:09:43.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-01T06:13:59.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/statiolake.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-29T14:57:45.000Z","updated_at":"2026-06-01T04:09:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/statiolake/vscode-2026-theme.nvim","commit_stats":null,"previous_names":["statiolake/vscode-2026-theme.nvim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/statiolake/vscode-2026-theme.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fvscode-2026-theme.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fvscode-2026-theme.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fvscode-2026-theme.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fvscode-2026-theme.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statiolake","download_url":"https://codeload.github.com/statiolake/vscode-2026-theme.nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fvscode-2026-theme.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33771630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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":[],"created_at":"2026-06-01T11:03:22.163Z","updated_at":"2026-06-01T11:03:22.250Z","avatar_url":"https://github.com/statiolake.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscode-2026-theme.nvim\n\n`vscode-2026-theme.nvim` is a Neovim port of the **2026 Dark** and **2026 Light**\ndefault themes shipped with [Visual Studio Code](https://github.com/microsoft/vscode):\n\n- `vscode-2026` (auto switch by `:set background=dark|light`)\n- `vscode-2026-dark`\n- `vscode-2026-light`\n\nTree-sitter highlight captures are supported out of the box.\n`vscode-2026-dark` / `vscode-2026-light` are fixed variants, while\n`vscode-2026` tracks `background`.\n\n## Install\n\nExample with `lazy.nvim`:\n\n```lua\n{\n  \"statiolake/vscode-2026-theme.nvim\",\n  priority = 1000,\n}\n```\n\n## Usage\n\n```lua\nvim.o.background = \"dark\"\nvim.cmd.colorscheme(\"vscode-2026\") -- loads vscode-2026-dark\n\nvim.o.background = \"light\"\nvim.cmd.colorscheme(\"vscode-2026\") -- loads vscode-2026-light\n-- after loading \"vscode-2026\", changing :set background=... auto-switches too\n```\n\nOptional configuration:\n\n```lua\nrequire(\"vscode_2026_theme\").setup({\n  style = \"vscode-2026\", -- \"vscode-2026\" | \"vscode-2026-dark\" | \"vscode-2026-light\"\n})\n```\n\n## Plugin Support\n\nCommon groups are themed for:\n\n- `copilot.vim` (`CopilotSuggestion`)\n- LSP / diagnostics (`Lsp*`, `Diagnostic*`)\n- `blink.cmp` (`BlinkCmp*`)\n- `snacks.nvim` (`SnacksPicker*`, `SnacksInput*`, `SnacksNotifier*`, `SnacksIndent*`, `SnacksDashboard*`)\n- `nvim-cmp`\n- `telescope.nvim` (legacy compatibility)\n- `nvim-tree.lua` / `neo-tree.nvim`\n- `which-key.nvim`\n- `trouble.nvim`\n- `ibl` / `indent-blankline.nvim`\n\n## License\n\nMIT.\n\nThe color values in this repository are derived from the **2026 Dark** and\n**2026 Light** themes shipped with VS Code (`microsoft/vscode`, MIT License).\nThe upstream MIT license text is preserved verbatim in\n[`LICENSE-VSCODE.txt`](./LICENSE-VSCODE.txt). The combined copyright notice\ncovering both upstream Microsoft Corporation and the Lua port author\n(`statiolake`) is in [`LICENSE`](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatiolake%2Fvscode-2026-theme.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatiolake%2Fvscode-2026-theme.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatiolake%2Fvscode-2026-theme.nvim/lists"}