Skip to content

Commit a5ac84a

Browse files
authored
docs: update README.md
1 parent 2c210eb commit a5ac84a

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A clean, delightful and highly customizable Neovim colorscheme written in Lua that
44
includes [extra themes](./extras) for other software like Kitty and WezTerm terminal
5-
emulators.
5+
emulators, FISH shell and some others.
66

77
Sweetie has a great contrast that is friendly with your eyes, every color was selected
88
by hand after a long day testing different colors one by one and comparing them.
@@ -14,22 +14,25 @@ by hand after a long day testing different colors one by one and comparing them.
1414

1515
<p align="center">dark variant</p>
1616

17-
![dark variant demo](https://github.com/NTBBloodbath/sweetie.nvim/assets/36456999/ec596aec-9f96-4d30-9207-b8753c79b7cc)
18-
17+
![dark variant demo](https://github.com/NTBBloodbath/sweetie.nvim/assets/36456999/5f019e49-74d3-47d7-9e4b-3c2bd0258534)
1918

2019
<p align="center">light variant</p>
2120

22-
![light variant demo](https://github.com/NTBBloodbath/sweetie.nvim/assets/36456999/b192670f-641b-469f-ba42-43e3d93b266c)
23-
21+
![light variant demo](https://github.com/NTBBloodbath/sweetie.nvim/assets/36456999/dbb93e07-b97f-4c86-98b7-c2fd6ec9df08)
2422

2523
## Installation
2624

27-
- `packer.nvim`:
25+
- [`rocks.nvim`](https://github.com/nvim-neorocks/rocks.nvim):
26+
```vim
27+
:Rocks install sweetie.nvim
28+
```
29+
30+
- [`packer.nvim`](https://github.com/wbthomason/packer.nvim):
2831
```lua
2932
use("NTBBloodbath/sweetie.nvim")
3033
```
3134

32-
- `lazy.nvim`:
35+
- [`lazy.nvim`](https://github.com/folke/lazy.nvim):
3336
```lua
3437
require("lazy").setup({
3538
{ "NTBBloodbath/sweetie.nvim" }
@@ -43,6 +46,12 @@ Just set the colorscheme in your configuration:
4346
vim.cmd.colorscheme("sweetie")
4447
```
4548

49+
You can also use the following method if you're using [`rocks-config.nvim`](https://github.com/nvim-neorocks/rocks-config.nvim) with your `rocks.nvim` installation:
50+
```toml
51+
[config]
52+
colorscheme = "sweetie"
53+
```
54+
4655
> If you want to use light variant you can just change your `background` Neovim option to `light`.
4756
4857
You can customize sweetie by using the `vim.g.sweetie` table, too. Please note that you should
@@ -119,7 +128,7 @@ overrides = {
119128
- [ ] Add more extra themes
120129
- [ ] bat
121130
- [x] termux
122-
- [ ] fish shell
131+
- [x] fish shell
123132
- [x] florisboard
124133
- [x] windows terminal
125134

0 commit comments

Comments
 (0)