a pastel purple nvim colorscheme spiritually descended from fairyfloss and the lighter, lower-contrast twin of moonqueen.nvim. currently ported for alacritty, foot, and wezterm.
this repository is mirrored to github from codeberg.
with lazy:
return {
"sailorfe/luna.nvim",
opts = {
-- transparent = false,
-- overrides = false,
},
init function()
vim.cmd.colorscheme("luna")
end,
}the easiest method is probably just to run curl from your n/vim colors directory:
curl -LO https://codeberg.org/sailorfe/luna.nvim/raw/branch/main/colors/luna.vimthen set colorscheme with one of the folowing:
init.lua:vim.cmd.colorscheme("luna").vimrc:set colorscheme "luna"- the command
:colorscheme luna
there is an extras/ dir with ports for
alacritty,footandwezterm: what i alternate between in my sway setuptermux: may lag behind a bittty: plain bash colors for the console
luna.json is included to in case you want to port this theme to whatever emulator you use. if you do, please make pull request!
- fairyfloss for inspiring this journey into colorschemes to begin with, and the low-contrast pastels
- evangelion.nvim for entire chunks of lua and weeb inspiration
- tokyonight.nvim for dir structure
