Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frenzyexists/aquarium-vscode
- Owner: FrenzyExists
- License: mit
- Created: 2023-02-07T04:29:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T20:26:45.000Z (over 1 year ago)
- Last Synced: 2024-11-09T08:29:12.307Z (2 months ago)
- Topics: vscode, vscode-theme
- Homepage:
- Size: 675 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Aquarium
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 terminalSome 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,
}
```