https://github.com/perpetuatheme/nvim
Unique natural hues for Neovim
https://github.com/perpetuatheme/nvim
colorscheme lua neovim neovim-colorscheme neovim-lua neovim-plugin neovim-theme nvim perpetua syntax-highlighting syntax-theme theme
Last synced: 4 months ago
JSON representation
Unique natural hues for Neovim
- Host: GitHub
- URL: https://github.com/perpetuatheme/nvim
- Owner: perpetuatheme
- License: mit
- Created: 2023-07-30T11:31:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T15:26:02.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T22:02:14.892Z (about 1 year ago)
- Topics: colorscheme, lua, neovim, neovim-colorscheme, neovim-lua, neovim-plugin, neovim-theme, nvim, perpetua, syntax-highlighting, syntax-theme, theme
- Language: Lua
- Homepage:
- Size: 1.21 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Perpetua for Neovim
A Neovim theme with support for native LSP, Treesitter, Lualine, and more!
> [!WARNING]
> The project is under active development. Things are subject to change.
## Installation
Use your favorite plugin manager.
**[lazy.nvim](https://github.com/folke/lazy.nvim)**
```lua
{ 'perpetuatheme/nvim', name = 'perpetua' }
```
**[mini.deps](https://github.com/echasnovski/mini.deps)**
```lua
MiniDeps.add({ source = 'perpetuatheme/nvim', name = 'perpetua' })
```
**[paq-nvim](https://github.com/savq/paq-nvim)**
```lua
{ 'perpetuatheme/nvim', as = 'perpetua' }
```
**[pckr.nvim](https://github.com/lewis6991/pckr.nvim)**
```lua
{ 'perpetuatheme/nvim' } -- custom name not supported yet
```
## Usage
Choose the desired ambience and apply it using your preferred configuration
language.
**VimL**
```vim
colorscheme perpetua " defaults to perpetua-dark
colorscheme perpetua-light
colorscheme perpetua-dark
```
**Lua**
```lua
vim.cmd.colorscheme('perpetua') -- defaults to perpetua-dark
vim.cmd.colorscheme('perpetua-light')
vim.cmd.colorscheme('perpetua-dark')
```
## Screenshots
Light
Perpetua light ambience on Neovim editing a C source file.
Perpetua light ambience on Neovim editing a Go source file.
Perpetua light ambience on Neovim editing a Lua source file.
Perpetua light ambience on Neovim editing a Nix source file.
Dark
Perpetua dark ambience on Neovim editing a C source file.
Perpetua dark ambience on Neovim editing a Go source file.
Perpetua dark ambience on Neovim editing a Lua source file.
Perpetua dark ambience on Neovim editing a Nix source file.
© Copyright 2023–present, The Perpetua Authors.