{"id":34688454,"url":"https://github.com/tourcoder/larn.nvim","last_synced_at":"2026-05-22T20:33:28.294Z","repository":{"id":303513294,"uuid":"1015749253","full_name":"tourcoder/larn.nvim","owner":"tourcoder","description":"A simple and elegant dark theme for Neovim","archived":false,"fork":false,"pushed_at":"2025-07-22T09:09:05.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-22T11:25:05.870Z","etag":null,"topics":[],"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/tourcoder.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-07-08T01:41:21.000Z","updated_at":"2025-07-22T09:14:09.000Z","dependencies_parsed_at":"2025-07-08T03:39:55.601Z","dependency_job_id":"777181b5-fbaf-4cf4-80c7-b6218aa73169","html_url":"https://github.com/tourcoder/larn.nvim","commit_stats":null,"previous_names":["tourcoder/larn.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tourcoder/larn.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tourcoder%2Flarn.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tourcoder%2Flarn.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tourcoder%2Flarn.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tourcoder%2Flarn.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tourcoder","download_url":"https://codeload.github.com/tourcoder/larn.nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tourcoder%2Flarn.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33366521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"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":[],"created_at":"2025-12-24T21:56:10.305Z","updated_at":"2026-05-22T20:33:28.289Z","avatar_url":"https://github.com/tourcoder.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# larn.nvim\n\nA simple and elegant dark theme for Neovim, inspired by `tourcoder/larn.zsh-theme`.\n\n![larn.nvim-theme](/larn-nvim-theme.png)  \n*Font used in the screenshot: [**Hack Nerd Font Mono**](https://www.nerdfonts.com/font-downloads)*\n\n### Features\n\n- Carefully tuned dark color palette with a cool tone\n- Built-in support for Lualine statusline\n- Syntax highlighting for common filetypes\n\n### Installation\n\nUsing [lazy.nvim](https://github.com/folke/lazy.nvim):\n\n```lua\n{\n  \"tourcoder/larn.nvim\",\n  lazy = false,\n  priority = 1000,\n  config = function()\n    vim.cmd.colorscheme(\"larn\")\n  end,\n}\n```\n\n### Lualine Support\n\n```lua\nrequire(\"lualine\").setup({\n  options = {\n    theme = require(\"larn.lualine\"),\n  }\n})\n```\n\n### Color Palette\n\n| Element         | Color    |\n|-----------------|----------|\n| Background      | `#0e1a22` |\n| Keyword         | `#80dfff` |\n| String          | `#a8e6cf` |\n| Function Name   | `#ffd180` |\n| Variable        | `#f48fb1` |\n| Comment         | `#5f6b6b` |\n| Number          | `#ffab91` |\n| Type            | `#a0cfff` |\n| Cursor Line     | `#1a2a33` |\n| Visual Select   | `#3c4b59` |\n\n### Lualine Theme Colors\n\n```lua\n-- Normal mode\na = { fg = \"#80dfff\", bg = \"#0e1a22\", gui = \"bold\" },\nb = { fg = \"#a8e6cf\", bg = \"#1a2a33\" },\nc = { fg = \"#ffd180\", bg = \"#2c3e4d\" },\nx = { fg = \"#f48fb1\", bg = \"#2c3e4d\" },\ny = { fg = \"#ffab91\", bg = \"#1a2a33\" },\nz = { fg = \"#a0cfff\", bg = \"#1a2a33\" },\n\n-- Modes\ninsert  = { a = { bg = \"#0e1a22\", fg = \"#80dfff\", gui = \"bold\" } },\nvisual  = { a = { bg = \"#3c4b59\", fg = \"#a8e6cf\", gui = \"bold\" } },\nreplace = { a = { bg = \"#1a2a33\", fg = \"#ffd180\", gui = \"bold\" } },\n```\n\n### License\n\n[MIT](LICENSE), 2025 - Present, TOURCODER.COM\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftourcoder%2Flarn.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftourcoder%2Flarn.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftourcoder%2Flarn.nvim/lists"}