Skip to content

Commit

Permalink
Added Emojis everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenzyExists committed Dec 12, 2021
1 parent 1e92522 commit 0692485
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use 'frenzyexists/aquarium-vim'
call dein#add('frenzyexists/aquarium-vim')
```

## Features and Stuff
## 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)
Expand All @@ -51,7 +51,7 @@ The vimscript version currently have some support for a few plugins, bellow a li
- [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 n Stuff
### Variables 🎯

Set Bold:
```vim
Expand All @@ -64,7 +64,7 @@ Set Transparency
let g:aqua_transparency = 1
```

### Modes
### Modes 🧰
Aquarium now has Light Mode!

```vim
Expand All @@ -74,7 +74,7 @@ Aquarium now has Light Mode!
let g:aquarium_style="dark"
```

### Airline
### Airline ✈️
```vim
" Airline has two themes :D
Expand All @@ -84,7 +84,7 @@ let g:aquarium_style="dark"
let g:airline_theme="base16_aquarium_light"
```

### Screenshots
### Screenshots 🖼️

### Theme on PikaVim

Expand All @@ -100,17 +100,17 @@ let g:airline_theme="base16_aquarium_light"
#### Terminal View
![](screenshots/preview-light.png)

### Pallete
### Pallete 🎨
<p align="center">
<img src="screenshots/palette.png" alt="Aquarium Palette"/>
</p>

## Other

### Zathura
### Zathura 📖
![](screenshots/zathura-b.png)

## Contributing
## 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.
Expand Down

0 comments on commit 0692485

Please sign in to comment.