{"id":13411621,"url":"https://github.com/PHSix/nvim-hybrid","last_synced_at":"2025-03-14T17:30:59.187Z","repository":{"id":54233492,"uuid":"335494829","full_name":"PHSix/nvim-hybrid","owner":"PHSix","description":"A neovim colorscheme write in lua.","archived":false,"fork":false,"pushed_at":"2022-01-22T08:56:59.000Z","size":828,"stargazers_count":26,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-31T20:48:17.254Z","etag":null,"topics":["colorscheme","lua","neovim","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/PHSix.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}},"created_at":"2021-02-03T03:21:31.000Z","updated_at":"2024-07-01T06:10:15.000Z","dependencies_parsed_at":"2022-08-13T09:50:14.816Z","dependency_job_id":null,"html_url":"https://github.com/PHSix/nvim-hybrid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHSix%2Fnvim-hybrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHSix%2Fnvim-hybrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHSix%2Fnvim-hybrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHSix%2Fnvim-hybrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PHSix","download_url":"https://codeload.github.com/PHSix/nvim-hybrid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243618640,"owners_count":20320269,"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","lua","neovim","neovim-plugin"],"created_at":"2024-07-30T20:01:15.093Z","updated_at":"2025-03-14T17:30:58.860Z","avatar_url":"https://github.com/PHSix.png","language":"Lua","readme":"# Information\nA neovim colorscheme write in pure lua.\n# Requirement\nneovim(version \u003e= 0.5)\n# Screenfetch\n![image](https://user-images.githubusercontent.com/57695072/124710554-84d5e780-df2f-11eb-9292-bbd5bd3ddafa.png)\n![image](https://user-images.githubusercontent.com/57695072/124710680-af27a500-df2f-11eb-8c3c-c16fc74bb42b.png)\n![image](https://user-images.githubusercontent.com/57695072/124710726-ba7ad080-df2f-11eb-88e1-c89f546c8d4e.png)\n# Usage\nUse [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim) to install.\n```lua\nuse{\n  'PHSix/nvim-hybrid',\n  config = function()\n    require('hybrid').setup()\n    -- or use\n    -- vim.cmd [[colorscheme nvim-hybrid]]\n  end\n}\n```\n# Support plugins\n- [coc-git](https://github.com/neoclide/coc-git)\n- [airblade/vim-gitgutter](https://github.comairblade/vim-gitgutter)\n- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)\n- [dashboard](https://github.com/glepnir/dashboard-nvim)\n- [barbar.nvim](https://github.com/romgrk/barbar.nvim)\n- coc-diagnostic\n## coc setting\nIf you use `coc.nvim` for your completion plugin and you want have similar with screenfetch(I use `nvim-lspconfig`), you need setting your `coc-setting.json`.\n\n```json\n  \"git.addedSign.text\": \"|\",\n  \"git.removedSign.text\": \"|\",\n  \"git.changeRemovedSign.text\": \"|\",\n  \"git.topRemovedSign.text\": \"|\",\n  \"git.changedSign.text\": \"|\",\n  \"git.addedSign.hlGroup\": \"DiffAdd\",\n  \"git.changedSign.hlGroup\": \"DiffChange\",\n  \"git.removedSign.hlGroup\": \"DiffDelete\",\n  \"git.topRemovedSign.hlGroup\": \"DiffDelete\",\n  \"git.changeRemovedSign.hlGroup\": \"DiffChange\",\n  \"diagnostic.enableSign\": true,\n  \"diagnostic.errorSign\": \"▊\",\n  \"diagnostic.hintSign\": \"▊\",\n  \"diagnostic.infoSign\": \"▊\",\n  \"diagnostic.warningSign\": \"▊\",\n\n```\n\n# Inspiration\n[glepnir/zephyr-nvim](https://github.com/glepnir/zephyr-nvim) (used async)\n\n# Todo\n- [x] [nvim-bufferline.lua](https://github.com/akinsho/nvim-bufferline.lua)\n- [x] [nvim-treesitter](https://github.com/akinsho/nvim-treesitter/nvim-treesitter)\n","funding_links":[],"categories":["Colorscheme"],"sub_categories":["Tree-sitter Supported Colorscheme"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPHSix%2Fnvim-hybrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPHSix%2Fnvim-hybrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPHSix%2Fnvim-hybrid/lists"}