pebeto/dookie.nvim

github github
colorschemetreesitter-colorschemes
stars 8
issues 0
subscribers 0
forks 0
CREATED

UPDATED


dookie.nvim

A color scheme inspired by Plan9's acme editor, but with a personal touch.

screenshot

Requirements

  • Neovim 0.8 or higher

Installation

This is the installation using lazy.nvim, but you can use any plugin manager you like.

{
    "pebeto/dookie.nvim",
    config = function()
    vim.cmd.colorscheme("dookie")
    end,
}

Contributing

If you find something missing or have a suggestion, feel free to open an issue or a pull request.