All Projects → FrenzyExists → aquarium-vim

FrenzyExists / aquarium-vim

Licence: MIT license
🌊 Aquarium, a simple vibrant dark theme for vim 🗒

Programming Languages

Vim Script
2826 projects
shell
77523 projects
c
50402 projects - #5 most used programming language
lua
6591 projects

Projects that are alternatives of or similar to aquarium-vim

vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-78.15%)
Mutual labels:  colorscheme, color-scheme, nvim, vim-colors, vim-colorscheme, vim-colorscheme-dark
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+1215.89%)
Mutual labels:  syntax-theme, syntax-highlighting, colorscheme, color-scheme, vim-colors, vim-colorscheme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+94.04%)
Mutual labels:  syntax-theme, syntax-highlighting, colorscheme, color-scheme
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+3089.4%)
Mutual labels:  syntax-theme, syntax-highlighting, colorscheme, color-scheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-28.48%)
Mutual labels:  syntax-theme, colorscheme, color-scheme, vim-colorscheme
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (-64.9%)
Mutual labels:  colorscheme, color-scheme, vim-colors, vim-colorscheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+396.03%)
Mutual labels:  syntax-theme, syntax-highlighting, colorscheme, color-scheme
sourcerer.vim
vim colorscheme
Stars: ✭ 42 (-72.19%)
Mutual labels:  colorscheme, vim-colors, vim-colorscheme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+983.44%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (+4.64%)
Mutual labels:  colorscheme, color-scheme, nvim
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-94.04%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
Vim No Color Collections
Collection of Vim themes with barely any colors
Stars: ✭ 270 (+78.81%)
Mutual labels:  syntax-highlighting, color-scheme, vim-colorscheme
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (+15.23%)
Mutual labels:  syntax-highlighting, colorscheme, vim-colorscheme
Nord Terminator
An arctic, north-bluish clean and elegant Terminator color theme.
Stars: ✭ 78 (-48.34%)
Mutual labels:  colorscheme, color-scheme, terminal-theme
Swatch.vim
work with hex color codes and make your own vim colorschemes easily and quickly
Stars: ✭ 57 (-62.25%)
Mutual labels:  colorscheme, color-scheme, nvim
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (-33.77%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-86.75%)
Mutual labels:  colorscheme, color-scheme, terminal-theme
vscode.nvim
Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
Stars: ✭ 362 (+139.74%)
Mutual labels:  colorscheme, color-scheme, nvim
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (+90.73%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (+243.05%)
Mutual labels:  colorscheme, color-scheme, terminal-theme

Aquarium Banner


A colorful, dark cozy Neovim colorscheme.


Terminal configurations are in extras and at my dotfiles, includes my tmux config, partly ripped from Hi I'm Bored.

Getting Started

Quick Start

  • vim-plug
Plug 'frenzyexists/aquarium-vim', { 'branch': 'develop' }
  • packer
use 'frenzyexists/aquarium-vim'
  • deim.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:

Variables 🎯

Set Bold:

" On = 1 (default) | Off = 0
let g:aqua_bold = 1

Set Transparency

" On = 1 | Off = 0 (default)
let g:aqua_transparency = 1

Modes 🧰

Aquarium now has Light Mode!

" To enable Lightmode change the style variable:

" options: "light", "dark"
let g:aquarium_style="dark"

Airline ✈️

" 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

Kitty

St

Gnome Terminal

iTerm

Screenshots 🖼️

Theme on Neovim (with plugins)

Aquarium-Dark

Terminal View

Aquarium-Light

Terminal View

Pallete 🎨

Aquarium Palette

Other

Zathura 📖

Contributing 🚧

Aquarium is open-source, Forever

You could submit a pull request or a suggestion/enchantment for this color theme.

you can also add a onfig of your favorite program using aquarium colors over here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].