ホãƒãƒ›ãƒãƒ›ãƒ!
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.
this repository is mirrored to github from codeberg.
with lazy:
return {
"sailorfe/perona.nvim",
dependencies = { "rktjmp/lush.nvim" },
init = function()
vim.cmd.colorscheme("perona")
end,
}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.vimthen set colorscheme with one of the following:
init.lua:vim.cmd.colorscheme("perona").vimrc:set colorscheme "perona"- the command
:colorscheme perona
there is an extras/ dir with ports for
alacritty,ghostty,footandwezterm: what i alternate between in my sway setuptty: 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!
- evangelion.nvim for weeb inspiration
- tokyonight.nvim for dir structure
