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

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,
}
If you find something missing or have a suggestion, feel free to open an issue or a pull request.