{"id":22339822,"url":"https://github.com/perpetuatheme/nvim","last_synced_at":"2026-01-20T03:07:05.302Z","repository":{"id":186561691,"uuid":"672523723","full_name":"perpetuatheme/nvim","owner":"perpetuatheme","description":"Unique natural hues for Neovim","archived":false,"fork":false,"pushed_at":"2024-08-03T15:26:02.000Z","size":1264,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T22:02:14.892Z","etag":null,"topics":["colorscheme","lua","neovim","neovim-colorscheme","neovim-lua","neovim-plugin","neovim-theme","nvim","perpetua","syntax-highlighting","syntax-theme","theme"],"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/perpetuatheme.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}},"created_at":"2023-07-30T11:31:26.000Z","updated_at":"2024-11-09T16:10:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"4160e923-97f4-41c0-b28c-0a39fd0bf5f7","html_url":"https://github.com/perpetuatheme/nvim","commit_stats":null,"previous_names":["perpetuatheme/nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/perpetuatheme/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perpetuatheme%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perpetuatheme%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perpetuatheme%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perpetuatheme%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perpetuatheme","download_url":"https://codeload.github.com/perpetuatheme/nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perpetuatheme%2Fnvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267785731,"owners_count":24144119,"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-07-29T02:00:12.549Z","response_time":2574,"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","lua","neovim","neovim-colorscheme","neovim-lua","neovim-plugin","neovim-theme","nvim","perpetua","syntax-highlighting","syntax-theme","theme"],"created_at":"2024-12-04T07:09:29.820Z","updated_at":"2026-01-20T03:07:05.296Z","avatar_url":"https://github.com/perpetuatheme.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/perpetuatheme/perpetua/main/logo/logo_circle_dark.png\"\u003e\n        \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/perpetuatheme/perpetua/main/logo/logo_circle_light.png\"\u003e\n        \u003cimg alt=\"The Perpetua logo, a waning crescent flipped across the x-axis, with half a sun on the inside\" width=\"100\" src=\"https://raw.githubusercontent.com/perpetuatheme/perpetua/main/logo/logo_circle_light.png\"\u003e\n    \u003c/picture\u003e\n    \u003ch1 align=\"center\"\u003ePerpetua for \u003ca href=\"https://github.com/neovim/neovim\"\u003eNeovim\u003c/a\u003e\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    A Neovim theme with support for native LSP, Treesitter, Lualine, and more!\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./assets/screenshot-dark.png\"\u003e\n        \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"./assets/screenshot-light.png\"\u003e\n        \u003cimg alt=\"A screenshot of the Neovim text editor with the Perpetua theme applied\" width=\"600\" src=\"./assets/screenshot-light.png\"\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003e [!WARNING]\n\u003e The project is under active development. Things are subject to change.\n\n## Installation\n\nUse your favorite plugin manager.\n\n**[lazy.nvim](https://github.com/folke/lazy.nvim)**\n\n```lua\n{ 'perpetuatheme/nvim', name = 'perpetua' }\n```\n\n**[mini.deps](https://github.com/echasnovski/mini.deps)**\n\n```lua\nMiniDeps.add({ source = 'perpetuatheme/nvim', name = 'perpetua' })\n```\n\n**[paq-nvim](https://github.com/savq/paq-nvim)**\n\n```lua\n{ 'perpetuatheme/nvim', as = 'perpetua' }\n```\n\n**[pckr.nvim](https://github.com/lewis6991/pckr.nvim)**\n\n```lua\n{ 'perpetuatheme/nvim' } -- custom name not supported yet\n```\n\n## Usage\n\nChoose the desired ambience and apply it using your preferred configuration\nlanguage.\n\n**VimL**\n\n```vim\ncolorscheme perpetua \" defaults to perpetua-dark\ncolorscheme perpetua-light\ncolorscheme perpetua-dark\n```\n\n**Lua**\n\n```lua\nvim.cmd.colorscheme('perpetua') -- defaults to perpetua-dark\nvim.cmd.colorscheme('perpetua-light')\nvim.cmd.colorscheme('perpetua-dark')\n```\n\n## Screenshots\n\n\u003cdetails\u003e\n    \u003csummary\u003eLight\u003c/summary\u003e\n    \u003cfigure\u003e\n        \u003cimg alt=\"A screenshot of the Neovim text editor showing a C source file, with the Perpetua theme applied in light ambience mode\" src=\"./assets/screenshot-c-light.png\"\u003e\n        \u003cfigcaption\u003ePerpetua light ambience on Neovim editing a C source file.\u003c/figcaption\u003e\n    \u003c/figure\u003e\n    \u003cbr\u003e\u0026nbsp;\n    \u003cfigure\u003e\n        \u003cimg alt=\"A screenshot of the Neovim text editor showing a Go source file, with the Perpetua theme applied in light ambience mode\" src=\"./assets/screenshot-go-light.png\"\u003e\n        \u003cfigcaption\u003ePerpetua light ambience on Neovim editing a Go source file.\u003c/figcaption\u003e\n    \u003c/figure\u003e\n    \u003cbr\u003e\u0026nbsp;\n    \u003cfigure\u003e\n        \u003cimg alt=\"A screenshot of the Neovim text editor showing a Lua source file, with the Perpetua theme applied in light ambience mode\" src=\"./assets/screenshot-lua-light.png\"\u003e\n        \u003cfigcaption\u003ePerpetua light ambience on Neovim editing a Lua source file.\u003c/figcaption\u003e\n    \u003c/figure\u003e\n    \u003cbr\u003e\u0026nbsp;\n    \u003cfigure\u003e\n        \u003cimg alt=\"A screenshot of the Neovim text editor showing a Nix source file, with the Perpetua theme applied in light ambience mode\" src=\"./assets/screenshot-nix-light.png\"\u003e\n        \u003cfigcaption\u003ePerpetua light ambience on Neovim editing a Nix source file.\u003c/figcaption\u003e\n    \u003c/figure\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eDark\u003c/summary\u003e\n    \u003cfigure\u003e\n        \u003cimg alt=\"A screenshot of the Neovim text editor showing a C source file, with the Perpetua theme applied in dark ambience mode\" src=\"./assets/screenshot-c-dark.png\"\u003e\n        \u003cfigcaption\u003ePerpetua dark ambience on Neovim editing a C source file.\u003c/figcaption\u003e\n    \u003c/figure\u003e\n    \u003cbr\u003e\u0026nbsp;\n    \u003cfigure\u003e\n        \u003cimg alt=\"A screenshot of the Neovim text editor showing a Go source file, with the Perpetua theme applied in dark ambience mode\" src=\"./assets/screenshot-go-dark.png\"\u003e\n        \u003cfigcaption\u003ePerpetua dark ambience on Neovim editing a Go source file.\u003c/figcaption\u003e\n    \u003c/figure\u003e\n    \u003cbr\u003e\u0026nbsp;\n    \u003cfigure\u003e\n        \u003cimg alt=\"A screenshot of the Neovim text editor showing a Lua source file, with the Perpetua theme applied in dark ambience mode\" src=\"./assets/screenshot-lua-dark.png\"\u003e\n        \u003cfigcaption\u003ePerpetua dark ambience on Neovim editing a Lua source file.\u003c/figcaption\u003e\n    \u003c/figure\u003e\n    \u003cbr\u003e\u0026nbsp;\n    \u003cfigure\u003e\n        \u003cimg alt=\"A screenshot of the Neovim text editor showing a Nix source file, with the Perpetua theme applied in dark ambience mode\" src=\"./assets/screenshot-nix-dark.png\"\u003e\n        \u003cfigcaption\u003ePerpetua dark ambience on Neovim editing a Nix source file.\u003c/figcaption\u003e\n    \u003c/figure\u003e\n\u003c/details\u003e\n\n\u003cbr\u003e\u0026nbsp;\n\u003chr\u003e\n\u003cp align=\"center\"\u003e\n    \u003csmall\u003e© Copyright 2023–present, The Perpetua Authors.\u003c/small\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperpetuatheme%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperpetuatheme%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperpetuatheme%2Fnvim/lists"}