Skip to content

sailorfe/moonqueen.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

moonqueen.nvim

ใซไปฃใ‚ใฃใฆใŠไป•็ฝฎใใ‚ˆ!

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.

moonqueen

this repository is mirrored to github from codeberg.

installation

lua

with lazy:

return {
    "sailorfe/moonqueen.nvim",
    dependencies = { "rktjmp/lush.nvim" },
    init = function()
        vim.cmd.colorscheme("moonqueen")
    end,
}

vimscript

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

then set colorscheme with one of the following:

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

extras

there is an extras/ dir with ports for

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

acknowledgments

About

๐Ÿˆโ€โฌ›๐ŸŒ™ magical girl color scheme for neovim

Topics

Resources

License

Stars

Watchers

Forks