Skip to content

sailorfe/luna.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luna.nvim

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.

alacritty

this repository is mirrored to github from codeberg.

installation

lua

with lazy:

return {
    "sailorfe/luna.nvim",
    opts = {
        -- transparent = false,
        -- overrides = false,
    },
    init function()
        vim.cmd.colorscheme("luna")
    end,
}

vimscript

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.vim

then set colorscheme with one of the folowing:

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

extras

there is an extras/ dir with ports for

  • alacritty, foot and wezterm: what i alternate between in my sway setup
  • termux: may lag behind a bit
  • tty: 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!

acknowledgments

About

🔮🦄 low contrast purple nvim scheme

Topics

Resources

License

Stars

Watchers

Forks