feat!: rename colorscheme from "GruberDarker" to "gruber-darker"
This commit is contained in:
parent
0adfd0bcdc
commit
c18367cd26
@ -28,7 +28,7 @@ Plug 'blazkowolf/gruber-darker.nvim'
|
|||||||
Then, somewhere in your `init.lua`, set the colorscheme
|
Then, somewhere in your `init.lua`, set the colorscheme
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
vim.cmd.colorscheme("GruberDarker")
|
vim.cmd.colorscheme("gruber-darker")
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
@ -37,14 +37,14 @@ vim.cmd.colorscheme("GruberDarker")
|
|||||||
|
|
||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
bold = true,
|
bold = true,
|
||||||
italic = {
|
italic = {
|
||||||
strings = true,
|
strings = true,
|
||||||
comments = true,
|
comments = true,
|
||||||
operators = false,
|
operators = false,
|
||||||
folds = true,
|
folds = true,
|
||||||
},
|
},
|
||||||
underline = true,
|
underline = true,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ function M.load()
|
|||||||
end
|
end
|
||||||
|
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
vim.g.colors_name = "GruberDarker"
|
vim.g.colors_name = "gruber-darker"
|
||||||
|
|
||||||
highlights.setup()
|
highlights.setup()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user