acario.nvim

June 26, 2026 ยท View on GitHub

Port of the Emacs Doom Acario Theme.

Screenshots

Light Demo
acario_light


Dark Demo
acario_dark

Installation

You can install it via your favorite plugin manager. Here's an example using Lazy.nvim:

return {
    "0x-ximon/acario.nvim",
    name = "acario",
    lazy = false,
    priority = 1000,
}

Important

This colorscheme requires Neovim 0.8 or higher.

Credits

This colorscheme is a port of the Emacs Doom Acario Theme and is a fork of the Dracula.nvim colorscheme.