Skip to content

sailorfe/perona.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perona.nvim

ホロホロホロ!

a colorscheme for neovim inspired by ghost princess perona from one piece with support for many mini modules, gitsigns, lsp, render-markdown, and trouble (so far!). built with lush.

perona

this repository is mirrored to github from codeberg.

installation

lua

with lazy:

return {
    "sailorfe/perona.nvim",
    dependencies = { "rktjmp/lush.nvim" },
    init = function()
        vim.cmd.colorscheme("perona")
    end,
}

vimscript

the easiest method is probably just to run curl from your n/vim colors directory:

curl -LO https://codeberg.org/sailorfe/perona.nvim/raw/branch/main/colors/perona.vim

then set colorscheme with one of the following:

  • init.lua: vim.cmd.colorscheme("perona")
  • .vimrc: set colorscheme "perona"
  • the command :colorscheme perona

extras

there is an extras/ dir with ports for

  • alacritty, ghostty, foot and wezterm: what i alternate between in my sway setup
  • tty: plain bash colors for the console

perona.json is included to in case you want to port this theme to whatever emulator you use. if you do, please make pull request!

acknowledgments