Project Awesome project awesome

0x-ximon/acario.nvim

A port of the clean, high-contrast Doom Emacs Acario theme.

Package 11 stars GitHub

acario.nvim

Port of the Emacs Doom Acario Theme.

[!WARNING] This colorscheme is still in beta and your favorite plugin might not look good on it yet as I've only tested it on plugins I use. Issues and PRs are welcome!

Screenshots

Light Demo
acario_light


Dark Demo
acario_dark

Installation

If you enjoy living on the edge, 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.

Back to Neovim