"Aquavium" is designed for use with a transparent terminal background
"Aquavium"はターミナルの背景を透過させることを前提とした、
and features an aquarium-themed color scheme
水族館をモチーフにしたカラーテーマです。
| TermColor | dark-wallpaper | light-wallpaper |
|---|---|---|
| black | ![]() |
![]() |
| blue | ![]() |
![]() |
- Neovim 0.11+
- nvim-treesitter (Optional)
- bufferline.nvim
- dashboard-nvim
- lazy.nvim
- lualine.nvim
- Markview.nvim
- nvim-notify
- nvim-treesitter-context
Please set opacity
透明度を設定してください。
Tip
Recommend background: #000, transparent: 70%
推奨 背景: #000, 不透明度: 70%
例(example):
---- WezTerm Nightly
-- Set background color
config.window_background_gradient = {colors = {'#000000'}} -- or other color
-- Set opacity
config.window_background_opacity = 0.7
--config.window_background_opacity = opacity_state
--config.window_decorations = 'INTEGRATED_BUTTONS'{
"https://github.com/T-b-t-nchos/Aquavium.nvim",
lazy = false,
priority = 1000,
config = function()
local aquavium = require("Aquavium")
aquavium.setup({
-- options
---- For example,
-- bold = false,
-- italic = false,
-- transparent = false,
})
vim.cmd("colorscheme Aquavium")
end,
},{
bold = true, -- enable/disable to use bold-style
italic = true, -- enable/disable to use italic-style
transparent = true, -- enable/disable transparent background
}This color theme is inspired by The Aquarium does not dance.
本カラーテーマはアクアリウムは踊らないより、インスピレーションを受けました。
For more details, please see here.
アクアリウムは踊らないについて、詳しくはこちらを御覧ください。
(2026/02/15) Happy 2nd Anniversary!
(2026/02/15) 二周年、おめでとうございます!
Warning
This work is a fan creation and has no affiliation with the official creators.
本作品は、公式様とは一切の関わりを持たない、ファンによる作品です。
This is my first time developing a color scheme. So, there may be some issues.
このカラースキームは、私の初めてのカラースキーム開発です。そのため、不具合などがある可能性があります。
I'd love to take a look at your GitHub issue or PR if you find any issues.
不具合などを見つけた場合は、Issue/PRの作成を、ぜひお願い致します。
Also, I’d love to see any requests on GitHub issues.
また、GitHub issue 上でのリクエスト等もお待ちしています。
See here:
こちらをご覧ください: 🤝Contributors.md



