{"id":13411587,"url":"https://github.com/nvimdev/zephyr-nvim","last_synced_at":"2025-04-06T01:10:41.357Z","repository":{"id":37705900,"uuid":"301722194","full_name":"nvimdev/zephyr-nvim","owner":"nvimdev","description":"A dark neovim colorscheme written in lua","archived":false,"fork":false,"pushed_at":"2022-12-31T04:37:49.000Z","size":53,"stargazers_count":338,"open_issues_count":3,"forks_count":55,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-08-13T22:15:45.289Z","etag":null,"topics":["colorscheme","lua","neovim","nvim-treesitter","treesitter","zephyr-nvim"],"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/nvimdev.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}},"created_at":"2020-10-06T12:39:53.000Z","updated_at":"2024-08-09T11:32:01.000Z","dependencies_parsed_at":"2023-01-31T17:55:11.924Z","dependency_job_id":null,"html_url":"https://github.com/nvimdev/zephyr-nvim","commit_stats":null,"previous_names":["glepnir/zephyr-nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvimdev%2Fzephyr-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvimdev%2Fzephyr-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvimdev%2Fzephyr-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvimdev%2Fzephyr-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvimdev","download_url":"https://codeload.github.com/nvimdev/zephyr-nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419861,"owners_count":20936012,"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","nvim-treesitter","treesitter","zephyr-nvim"],"created_at":"2024-07-30T20:01:14.745Z","updated_at":"2025-04-06T01:10:41.332Z","avatar_url":"https://github.com/nvimdev.png","language":"Lua","readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png\"\n    height=\"30\"\n    width=\"0px\"\n  /\u003e\n  🎨 zephyr-nvim\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png\"\n    height=\"30\"\n    width=\"0px\"\n  /\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/glepnir/zephyr-nvim/stargazers\"\u003e\n    \u003cimg\n      alt=\"Stargazers\"\n      src=\"https://img.shields.io/github/stars/glepnir/zephyr-nvim?style=for-the-badge\u0026logo=starship\u0026color=c678dd\u0026logoColor=d9e0ee\u0026labelColor=282a36\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/glepnir/zephyr-nvim/issues\"\u003e\n    \u003cimg\n      alt=\"Issues\"\n      src=\"https://img.shields.io/github/issues/glepnir/zephyr-nvim?style=for-the-badge\u0026logo=gitbook\u0026color=f0c062\u0026logoColor=d9e0ee\u0026labelColor=282a36\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/glepnir/zephyr-nvim/contributors\"\u003e\n    \u003cimg\n      alt=\"Contributors\"\n      src=\"https://img.shields.io/github/contributors/glepnir/zephyr-nvim?style=for-the-badge\u0026logo=opensourceinitiative\u0026color=abcf84\u0026logoColor=d9e0ee\u0026labelColor=282a36\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/41671631/172047114-58deb5a9-f67b-400b-bace-2982bf901ff6.png\"\n  height = \"40%\"\n  widht = \"40%\"\n  /\u003e\n\u003c/p\u003e\n\n\u0026nbsp;\n\n## 💭 About\n\nA dark neovim colorscheme written in lua and syntax based on\n[nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter).\n\n## ⚙️ Setup\n\n- [vim-plug](https://github.com/junegunn/vim-plug)\n\n```vim\nPlug 'glepnir/zephyr-nvim'\nPlug 'nvim-treesitter/nvim-treesitter'\n```\n\n- [packer.nvim](https://github.com/wbthomason/packer.nvim)\n\n```lua\nuse({\n  'glepnir/zephyr-nvim',\n  requires = { 'nvim-treesitter/nvim-treesitter', opt = true },\n})\n```\n\n## ▶️ Usage\n\n```vim\ncolorscheme zephyr\n```\n\nor\n\n```lua\nlua require('zephyr')\n```\n\n```lua\n-- Get zephyr color\nlocal zephyr =  require('zephyr').zephyr.yellow/teal/fg/bg\n```\n\n\u0026nbsp;\n\n\u003cp align=\"center\"\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/dev/assets/footers/gray0_ctp_on_line.svg?sanitize=true\"\n  /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  Copyright \u0026copy; 2020-present\n  \u003ca href=\"https://github.com/glepnir\" target=\"_blank\"\u003eRaphael\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/glepnir/zephyr-nvim/blob/master/LICENSE\"\n    \u003e\u003cimg\n      src=\"https://img.shields.io/static/v1.svg?style=for-the-badge\u0026label=License\u0026message=MIT\u0026logoColor=d9e0ee\u0026colorA=282a36\u0026colorB=c678dd\"\n  /\u003e\u003c/a\u003e\n\u003c/p\u003e\n","funding_links":[],"categories":["Colorscheme","Lua"],"sub_categories":["Tree-sitter Supported Colorscheme","Assembly"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvimdev%2Fzephyr-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvimdev%2Fzephyr-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvimdev%2Fzephyr-nvim/lists"}