{"id":27896304,"url":"https://github.com/strash/kinda_nvim","last_synced_at":"2025-05-05T16:36:22.939Z","repository":{"id":289852571,"uuid":"972597134","full_name":"strash/kinda_nvim","owner":"strash","description":"A beautiful, dark and light Neovim colorscheme inspired by the default Neovim colorscheme, with enhanced support for LSP and Tree-sitter.","archived":false,"fork":false,"pushed_at":"2025-04-27T19:54:51.000Z","size":10,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-02T19:54:58.577Z","etag":null,"topics":["colorscheme","neovim","nvim","theme"],"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/strash.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":"2025-04-25T10:39:39.000Z","updated_at":"2025-04-27T19:54:55.000Z","dependencies_parsed_at":"2025-04-25T12:20:46.046Z","dependency_job_id":"50f5b5d6-7674-4010-a1c7-e48fe6841a00","html_url":"https://github.com/strash/kinda_nvim","commit_stats":null,"previous_names":["strash/kinda_nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strash%2Fkinda_nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strash%2Fkinda_nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strash%2Fkinda_nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strash%2Fkinda_nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strash","download_url":"https://codeload.github.com/strash/kinda_nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252534466,"owners_count":21763781,"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":["colorscheme","neovim","nvim","theme"],"created_at":"2025-05-05T16:36:20.143Z","updated_at":"2025-05-05T16:36:22.933Z","avatar_url":"https://github.com/strash.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kinda nvim\n\n\u003e [!NOTE]\n\u003e The Helix versions of the `kinda_nvim` and `kinda_nvim_light` themes have been merged into Helix and will be available in the next release after 25.01. See [PR #13406](https://github.com/helix-editor/helix/pull/13406) and the Helix repository at [strash/kinda_nvim.hx](https://github.com/strash/kinda_nvim.hx).\n\nA beautiful, dark and light Neovim colorscheme inspired by the default Neovim colorscheme, with enhanced support for LSP and Tree-sitter.\n\n**Features:**\n- Elegant dark and light themes\n- Seamless integration with LSP and Tree-sitter for syntax highlighting\n- Carefully crafted color palette for readability and aesthetics\n- Support for popular Neovim plugins\n\n## Screenshots\n\n### Dark Theme\n\u003cimg width=\"800\" alt=\"Dark Theme\" src=\"https://github.com/user-attachments/assets/d503fc92-bdfc-49c5-bc7e-16b606d14f9c\" /\u003e\n\n### Light Theme\n\u003cimg width=\"800\" alt=\"Light Theme\" src=\"https://github.com/user-attachments/assets/b81d8af8-2a51-4728-9b80-5bfbe7044cb2\" /\u003e\n\n## Supported Plugins\n\n- [blink.cmp](https://github.com/saghen/blink.cmp)\n- [fzf-lua](https://github.com/ibhagwan/fzf-lua)\n- [oil.nvim](https://github.com/stevearc/oil.nvim)\n\n## Installation\n\n### lazy.nvim\n```lua\n{\n  \"strash/kinda_nvim\",\n  lazy = false,\n  priority = 1000,\n  config = function()\n    vim.cmd(\"colorscheme kinda_nvim\")\n  end\n}\n```\n\n### packer.nvim\n```lua\nuse {\n  \"strash/kinda_nvim\",\n  config = function()\n    vim.cmd(\"colorscheme kinda_nvim\")\n  end\n}\n```\n\n## Configuration\n\nTo switch between dark and light themes, set the background option:\n```lua\nvim.o.background = \"dark\" -- or \"light\"\n```\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\n## License\n\nDistributed under the MIT License. See [LICENSE](https://github.com/strash/kinda_nvim/blob/main/LICENSE) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrash%2Fkinda_nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrash%2Fkinda_nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrash%2Fkinda_nvim/lists"}