Skip to content

sailorfe/moonqueen.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

93 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

moonqueen.nvim

a colorscheme for neovim inspired by naoko takeuchi's sailor moon artbooks with support for many mini.nvim modules, gitsigns, lsp, lualine, render-markdown, and trouble (so far!). built with lush.

palette

this repository is mirrored to github from codeberg.

palette

ansi bright
241a37 #241a37 433168 #433168
ef434c #ef434c fc737a #fc737a
6ca522 #6ca522 b6ca68 #b6ca68
f7bb31 #f7bb31 ffd470 #ffd470
508ae2 #508ae2 7cacf4 #7cacf4
8877f8 #8877f8 b9affd #b9affd
e874b9 #e874b9 f7a1d5 #f7a1d5
9181b1 #9181b1 ccb9f4 #ccb9f4

installation

lua

with lazy:

return {
    "sailorfe/moonqueen.nvim",
    opts = {
        -- transparent = false,
        -- overrides = false,
    },
    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/vim/colors/moonqueen.vim

then set colorscheme with one of the folowing:

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

extras

MAJOR OVERHAUL; EXTRAS IN PROGRESS

acknowledgments

About

πŸˆβ€β¬›πŸŒ™ magical girl color scheme for neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages