Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frenzyexists/aquarium-vscode

Aquarium theme for Vscode
https://github.com/frenzyexists/aquarium-vscode

vscode vscode-theme

Last synced: 17 days ago
JSON representation

Aquarium theme for Vscode

Awesome Lists containing this project

README

        

# Aquarium



Aquarium Banner







A colorful, dark cozy Vscode colorscheme.

![](./pictures/pic1.png)

Originally a [Neovim](https://github.com/FrenzyExists/aquarium-vim) theme. I wish for this theme to be portable on all kinds of platforms. At the time of this writting is ported to:

- Neovim
- Nvchad
- Vscode (oh hey its this one!)
- Kitty terminal
- Alacritty terminal

Some of these ports are available at [my dotfiles](https://github.com/FrenzyExists/dotfiles).

## Getting Started
At the moment the theme is only available here at this repo. I'm not a big fan of Azure basically asking for me to give them my soul.

### Quick Start

Download the .vsix file and under the `...` at the extensions section at the top you'll get a menu. Click on `Install from .vsix` and click the .vsix file.

## Languages
The theme is taylored for

- Javascript + JSX
- Rust
- C++
- JSON
- Python
- Ruby
- Shell
- HTML
- C#
- CSS
- YAML
- Markdown

### Recommended Settings

```
{
"editor.cursorSmoothCaretAnimation" : true,
"editor.cursorBlinking": "expand",
"editor.overviewRulerBorder": false,
"editor.showFoldingControls" :"mouseover",
"editor.renderWhitespace": "none",
"editor.fontFamily": "Input Mono, SFMono-UltraLight, SourceCodePro-Light, Menlo, Monaco, 'Courier New', monospace",
"editor.fontWeight": "200",
"window.titleBarStyle":"custom",
"editor.quickSuggestionsDelay": 0,
}
```