ใซไปฃใใฃใฆใไป็ฝฎใใ!
a colorscheme for neovim inspired by naoko takeuchi's sailor moon artbooks 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/moonqueen.nvim",
dependencies = { "rktjmp/lush.nvim" },
init = function()
vim.cmd.colorscheme("moonqueen")
end,
}the easiest method is probably just to run curl from your n/vim colors directory:
curl -LO https://codeberg.org/sailorfe/moonqueen.nvim/raw/branch/main/colors/moonqueen.vimthen set colorscheme with one of the following:
init.lua:vim.cmd.colorscheme("moonqueen").vimrc:set colorscheme "moonqueen"- the command
:colorscheme moonqueen
there is an extras/ dir with ports for
alacritty,footandwezterm: what i alternate between in my sway setuptty: plain bash colors for the console
moonqueen.json is included to in case you want to port this theme to whatever emulator you use. if you do, please make a pull request!
- evangelion.nvim for weeb inspiration
- tokyonight.nvim for dir structure
