{"id":30768814,"url":"https://github.com/heavycircle/ronin.nvim","last_synced_at":"2026-05-15T13:33:43.631Z","repository":{"id":310299251,"uuid":"1039346452","full_name":"heavycircle/ronin.nvim","owner":"heavycircle","description":"Ronin is a high-contrast, dark Neovim theme based on the Masked Ronin aesthetic.","archived":false,"fork":false,"pushed_at":"2025-08-24T07:03:32.000Z","size":824,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T13:03:31.686Z","etag":null,"topics":["colorscheme","neovim","neovim-colorscheme","neovim-plugin","neovim-theme","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/heavycircle.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-08-17T02:42:51.000Z","updated_at":"2025-08-24T07:03:35.000Z","dependencies_parsed_at":"2025-08-17T06:19:57.591Z","dependency_job_id":"513092bb-8663-4226-9450-91801d7d71ec","html_url":"https://github.com/heavycircle/ronin.nvim","commit_stats":null,"previous_names":["heavycircle/ronin.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heavycircle/ronin.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavycircle%2Fronin.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavycircle%2Fronin.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavycircle%2Fronin.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavycircle%2Fronin.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heavycircle","download_url":"https://codeload.github.com/heavycircle/ronin.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavycircle%2Fronin.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273678710,"owners_count":25148620,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":["colorscheme","neovim","neovim-colorscheme","neovim-plugin","neovim-theme","nvim"],"created_at":"2025-09-04T21:38:49.200Z","updated_at":"2026-05-15T13:33:43.626Z","avatar_url":"https://github.com/heavycircle.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ronin.nvim — Masked Ronin colorscheme\n\nA dark [Neovim](https://github.com/neovim/neovim) theme written in Lua.\n\n![Ronin Sample](https://github.com/user-attachments/assets/7da2e094-63f1-4c07-ad09-7fc4303f628d)\n\n## Features\n\n- Support for the [latest](https://github.com/neovim/neovim/releases/tag/latest) Neovim features.\n- Terminal colors.\n- [Easy Configuration](https://github.com/heavycircle/dotfiles) with other applications.\n\n\u003cdetails\u003e\n\u003csummary\u003eSupported Plugins\u003c/summary\u003e\n\n| **Plugin**                                                            | **Support**                                      |\n| --------------------------------------------------------------------- | ------------------------------------------------ |\n| [blink.cmp](https://github.com/saghen/blink.cmp)                      | [`blink`](lua/ronin/plugins/blink.lua)           |\n| [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)                       | [`cmp`](lua/ronin/plugins/cmp.lua)               |\n| [dashboard-nvim](https://github.com/nvimdev/dashboard-nvim)           | [`dashboard`](lua/ronin/plugins/dashboard.lua)   |\n| [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)           | [`gitsigns`](lua/ronin/plugins/gitsigns.lua)     |\n| [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)          | [`lualine`](lua/ronin/plugins/lualine.lua)       |\n| [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)    | [`telescope`](lua/ronin/plugins/telescope.lua)   |\n| [treesitter.nvim](https://github.com/nvim-treesitter/vnim-treesitter) | [`treesitter`](lua/ronin/plugins/treesitter.lua) |\n\n\u003c/details\u003e\n\n## Install\n\n### Using lazy.nvim\n\n```lua\n{\n  \"heavycircle/ronin.nvim\",\n  lazy = false, priority = 1000,\n  opts = {},\n}\n```\n\n### Using `vim.pack` (Neovim 0.12.0 - Nightly)\n\n```lua\nvim.pack.add({\n    { src = \"https://github.com/heavycircle/ronin.nvim\" }\n})\n\nrequire(\"ronin\").setup()\nvim.cmd.colorscheme(\"ronin\")\n```\n\n## Usage\n\n```lua\nvim.cmd.colorscheme \"ronin\"\n```\n\n## Default Configuration\n\n```lua\n---@class ronin.Config\nM.defaults = {\n    transparent = false,                    -- Use a transparent background\n    styles = {\n        comments = { italic = true },       -- Comments are italic\n        keywords = { italic = true },       -- Functions are italic\n        functions = {},\n        variables = {},\n    },\n    plugins = {\n        all = false,                        -- Enable all plugin support with 'all = true'\n        lualine = true,                     -- Enable individual plugin support\n    }\n}\n```\n\n## Contributing\n\n_Pull requests are welcome._\n\nPlugins that I don't use aren't on the priority list for me to do, so integrations of other plugins would be greatly appreciated!\n\n---\n\nMIT © heavycircle\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavycircle%2Fronin.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheavycircle%2Fronin.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavycircle%2Fronin.nvim/lists"}