Skip to content

sailorfe/perona.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perona.nvim

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

perona

this repository is mirrored to github from codeberg.

palette

ansi bright
281520 #281520 683152 #683152
a90f30 #a90f30 de3557 #de3557
a75fb4 #a75fb4 de91da #de91da
d65c6a #d65c6a eb8490 #eb8490
8dafe2 #8dafe2 b4cff8 #b4cff8
b54067 #b54067 d65c85 #d65c85
f269ad #f269ad ff99cc #ff99cc
b1819e #b1819e f4b9dc #f4b9dc

installation

lua

with lazy:

return {
    "sailorfe/perona.nvim",
    opts = {
        -- transparent = false,
        -- overrides = false,
    },
    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/vim/colors/perona.vim

then set colorscheme with one of the folowing:

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

extras

ports for the following can be found under extras:

  • alacritty
  • foot
  • iSH
  • spotify_player
  • termux

along with stylesheets and tty bash colors. more to come!

acknowledgments