You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,6 +46,12 @@ Just set the colorscheme in your configuration:
43
46
vim.cmd.colorscheme("sweetie")
44
47
```
45
48
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
+
46
55
> If you want to use light variant you can just change your `background` Neovim option to `light`.
47
56
48
57
You can customize sweetie by using the `vim.g.sweetie` table, too. Please note that you should
0 commit comments