Prerequisites
- Neovim 0.11+ — required
- nvim-treesitter — optional, for richer syntax highlighting
Install Aquavium.nvim
Configure your terminal
Aquavium.nvim is designed to run on a transparent terminal background. Before installing the plugin, set your terminal’s background color and opacity.If you use WezTerm, add the following to your Other terminals that support background opacity (Kitty, Alacritty, Ghostty, etc.) work with Aquavium.nvim too — configure the background color and opacity using your terminal’s own settings.
wezterm.lua:wezterm.lua
Add the plugin with lazy.nvim
Add Aquavium.nvim to your lazy.nvim plugin list. Set
lazy = false and priority = 1000 so the color scheme loads before other plugins.init.lua
Verify the installation
After syncing, your Neovim should display the Aquavium color scheme. You can confirm it is active by running:Aquavium.
Next steps
Configuration
Learn about the available options to customize bold, italic, and transparency settings.