Skip to content

🌊 Aquarium, a simple vibrant dark theme for neovim

Notifications You must be signed in to change notification settings

sohooo/aquarium-vim

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Aquarium Banner


A colorful, dark cozy Neovim colorscheme.

Currently aquarium is at a very early stage, there's a large need for ports. At the time of this writting, you can visit my dotfiles for terminal configurations as well as my tmux config, which is partly ripped from Hi I'm Bored.

Getting Started

Aquarium currently has a vimscript version only, expect a lua version soon!

Quick Start

  • vim-plug
Plug 'frenzyexists/aquarium-vim', { 'branch': 'vimscript-version' }

" Future plans for lua version are around, somewhere, i hope
  • packer
use {
    'frenzyexists/aquarium-vim',
    branch = 'vimscript_version'
}

Features and Stuff

The vimscript version currently have some support for a few plugins, bellow a list of supported plugins:

To Enable aquarium theme for Lualine, specify the theme in your lua config:

require('lualine').setup {
  options = {
    theme = 'aquarium'
    -- ... your lualine config
  }
}

Screenshots

Here's a demo of how it looks

Pallete

Aquarium Palette

Contributing

Aquarium is open-source, and will always be forever and ever.

There's a lot of ways to contribute, creating ports in particular. For example, you could submit a pull request a suggestion/enchantment for this color theme.

Other ways you can contribute is by adding a config of your favorite program using aquarium colors over here.

To-do list

  • Add Scheme switch script
  • Glorify theme
  • Profit (hehe)

I know, the bar is not the same color, still working on it :)

About

🌊 Aquarium, a simple vibrant dark theme for neovim

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 96.9%
  • Lua 3.1%