{"id":13895405,"url":"https://github.com/kepano/flexoki-neovim","last_synced_at":"2025-10-17T09:59:01.574Z","repository":{"id":211209141,"uuid":"710425080","full_name":"kepano/flexoki-neovim","owner":"kepano","description":"Flexoki color scheme for Neovim","archived":false,"fork":false,"pushed_at":"2024-03-21T13:55:01.000Z","size":321,"stargazers_count":73,"open_issues_count":3,"forks_count":15,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-16T13:23:22.981Z","etag":null,"topics":["color-scheme","neovim","vim"],"latest_commit_sha":null,"homepage":"https://stephango.com/flexoki","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/kepano.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}},"created_at":"2023-10-26T17:00:26.000Z","updated_at":"2025-03-05T19:59:14.000Z","dependencies_parsed_at":"2024-02-07T21:44:23.065Z","dependency_job_id":"3065a828-d4de-4d13-8a77-33cb985a75fd","html_url":"https://github.com/kepano/flexoki-neovim","commit_stats":null,"previous_names":["kepano/flexoki-neovim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kepano%2Fflexoki-neovim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kepano%2Fflexoki-neovim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kepano%2Fflexoki-neovim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kepano%2Fflexoki-neovim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kepano","download_url":"https://codeload.github.com/kepano/flexoki-neovim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244078017,"owners_count":20394401,"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":["color-scheme","neovim","vim"],"created_at":"2024-08-06T18:02:11.488Z","updated_at":"2025-10-17T09:59:01.553Z","avatar_url":"https://github.com/kepano.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# flexoki-neovim\nNeovim adaptation of [Flexoki](https://stephango.com/flexoki) by Steph Ango\n\nCurrently still **work in progress** and missing support for even the most\ncommon plugins. This will be fixed shortly. If you are using a plugin that\nisn't supported please create an issue, or upvote an existing one, we will use\nthis to prioritize them.\n\n\u003e These aren't currently up to date\n\n![Flexoki Dark for Neovim](screenshots/flexoki-neovim-dark.png)\n\n![Flexoki Light for Neovim](screenshots/flexoki-neovim-light.png)\n\n\n## Installation\nTo install simply add via your plugin manager and call the theme\n\n**[lazy.nvim](https://github.com/folke/lazy.nvim)**\n\n```lua\nrequire(\"lazy\").setup({\n  { 'kepano/flexoki-neovim', name = 'flexoki' }\n})\n```\n\n**[packer.nvim](https://github.com/wbthomason/packer.nvim)**\n\n```lua\nrequire('packer').startup(function(use)\n  use({ 'kepano/flexoki-neovim', as = 'flexoki' })\nend)\n```\n\n**[Paq](https://github.com/savq/paq-nvim)**\n\n```lua\nrequire('paq')({\n  { 'kepano/flexoki-neovim', as = 'flexoki' }\n})\n```\n\n## Usage\n\n* Dark\n\n```lua\n-- Set colorscheme after options\nvim.cmd('colorscheme flexoki-dark')\n```\n\n* Light\n\n```lua\n-- Set colorscheme after options\nvim.cmd('colorscheme flexoki-light')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkepano%2Fflexoki-neovim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkepano%2Fflexoki-neovim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkepano%2Fflexoki-neovim/lists"}