Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FrenzyExists/aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
https://github.com/FrenzyExists/aquarium-vim
color-scheme colorscheme dotfiles good neovim nvim syntax-highlighting syntax-theme terminal-theme theme vim vim-colors vim-colorscheme vim-colorscheme-dark
Last synced: 3 months ago
JSON representation
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
- Host: GitHub
- URL: https://github.com/FrenzyExists/aquarium-vim
- Owner: FrenzyExists
- License: mit
- Created: 2021-10-04T17:35:06.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-25T22:27:54.000Z (6 months ago)
- Last Synced: 2024-10-12T18:22:12.945Z (3 months ago)
- Topics: color-scheme, colorscheme, dotfiles, good, neovim, nvim, syntax-highlighting, syntax-theme, terminal-theme, theme, vim, vim-colors, vim-colorscheme, vim-colorscheme-dark
- Language: Vim Script
- Homepage:
- Size: 4.37 MB
- Stars: 285
- Watchers: 6
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-neovim - FrenzyExists/aquarium-vim - A dark, yet vibrant colorscheme. (Colorscheme / Tree-sitter Supported Colorscheme)
README
A colorful, dark cozy Neovim colorscheme.
Terminal configurations are in [extras](https://github.com/FrenzyExists/aquarium-vim/tree/develop/extras) and at [my dotfiles](https://github.com/FrenzyExists/dotfiles), includes my [tmux](https://github.com/FrenzyExists/dotfiles/blob/master/config/.tmux.conf) config, partly ripped from [Hi I'm Bored](https://github.com/shaunsingh).
## Ports
- ### [Vscode](https://github.com/FrenzyExists/aquarium-vscode)## Getting Started
### Quick Start
* vim-plug
```vim
Plug 'frenzyexists/aquarium-vim', { 'branch': 'develop' }
```* packer
```lua
use 'frenzyexists/aquarium-vim'
```* deim.vim
```vim
call dein#add('frenzyexists/aquarium-vim')
```## Features 🎁
The vimscript version currently have some support for a few plugins, bellow a list of supported plugins:
- [pandoc](https://github.com/jgm/pandoc)
- [jedi](https://github.com/davidhalter/jedi)
- [Vim Clap](https://github.com/liuchengxu/vim-clap/tree/master/test)
- [fujitive.vim](https://github.com/tpope/vim-fugitive)
- [vim-sneak](https://github.com/justinmk/vim-sneak)
- [vim-airline](https://github.com/vim-airline/vim-airline)
- [lightline.vim](https://github.com/itchyny/lightline.vim)
- [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) _«requires neovim 5.0 or above»_
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) _«requires neovim 5.0 or above»_
- [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua) _«requires neovim 5.0 or above»_### Variables 🎯
Set Bold:
```vim
" On = 1 (default) | Off = 0
let g:aqua_bold = 1
```
Set Transparency
```vim
" On = 1 | Off = 0 (default)
let g:aqua_transparency = 1
```### Modes 🧰
Aquarium now has Light Mode!```vim
" To enable Lightmode change the style variable:" options: "light", "dark"
let g:aquarium_style="dark"
```### Airline ✈️
```vim
" Airline has two themes :D" options:
" base16_aquarium_light
" base16_aquarium_dark
let g:airline_theme="base16_aquarium_light"
```### Outside Vim/Neovim
Note: Copy the contents of the file to the respective config file of your
favorite terminal. Always check the docs of your terminal first!#### Alacritty
* [General Theme](https://github.com/FrenzyExists/aquarium-vim/blob/develop/extras/terminal-themes/alacritty/alacritty_aquarium.yml) (All three themes are in a single file)
#### Kitty
* [Dark Theme](https://github.com/FrenzyExists/aquarium-vim/blob/develop/extras/terminal-themes/kitty/kitty_aquarium_dark.conf)
* [Light Theme](https://github.com/FrenzyExists/aquarium-vim/blob/develop/extras/terminal-themes/kitty/kitty_aquarium_light.conf)#### St
* [Dark Theme](https://github.com/FrenzyExists/aquarium-vim/blob/develop/extras/terminal-themes/st/alacritty-dark.c)
* [Light Theme](https://github.com/FrenzyExists/aquarium-vim/blob/develop/extras/terminal-themes/st/alacritty-light.c)#### Gnome Terminal
* [Dark Theme](https://github.com/FrenzyExists/aquarium-vim/blob/develop/extras/terminal-themes/gnome-terminal/aquarium-dark.sh)
* [Light Theme](https://github.com/FrenzyExists/aquarium-vim/blob/develop/extras/terminal-themes/gnome-terminal/aquarium-light.sh)#### iTerm
* [Dark Theme](https://github.com/FrenzyExists/aquarium-vim/blob/develop/extras/terminal-themes/iterm/aquarium-dark.itermcolors)
* [Light Theme](https://github.com/FrenzyExists/aquarium-vim/blob/develop/extras/terminal-themes/iterm/aquarium-light.itermcolors)### Screenshots 🖼️
### Theme on Neovim (with plugins)
#### Aquarium-Dark
![](screenshots/pika_vim-dark.png)#### Terminal View
![](screenshots/preview-dark.png)#### Aquarium-Light
![](screenshots/pika_vim-light.png)#### Terminal View
![](screenshots/preview-light.png)### Pallete 🎨
## Other
### Zathura 📖
![](screenshots/zathura-b.png)## Contributing 🚧
Aquarium is open-source, **Forever**You could submit a [pull request](https://github.com/frenzyexists/aquarium-vim/pulls) or a [suggestion/enchantment](https://github.com/frenzyexists/aquarium-vim/issues) for this color theme.
you can also add a onfig of your favorite program using aquarium colors over [here](https://github.com/FrenzyExists/dotfiles).