docs: update README updated preferences example
This commit is contained in:
parent
35d98b3b9a
commit
1bbbb0fa4e
19
README.md
19
README.md
@ -3,7 +3,8 @@
|
|||||||
_A modern Neovim port of a deftheme [adaptation][gruber-darker-theme] of an Emacs
|
_A modern Neovim port of a deftheme [adaptation][gruber-darker-theme] of an Emacs
|
||||||
[port][gruber-darker] of a BBEdit [colorscheme][gruber-dark]_
|
[port][gruber-darker] of a BBEdit [colorscheme][gruber-dark]_
|
||||||
|
|
||||||
**This is a work in progress**
|
> **Note**
|
||||||
|
> This is a work in progress, but fairly stable
|
||||||
|
|
||||||
![image](https://user-images.githubusercontent.com/9439488/229402983-b27a2fc4-d938-4ed0-8f7f-7711f73aa985.png)
|
![image](https://user-images.githubusercontent.com/9439488/229402983-b27a2fc4-d938-4ed0-8f7f-7711f73aa985.png)
|
||||||
|
|
||||||
@ -60,17 +61,17 @@ Change configuration options by calling `setup()`
|
|||||||
prior to loading the colorscheme. Your preferences
|
prior to loading the colorscheme. Your preferences
|
||||||
will be merged with the defaults.
|
will be merged with the defaults.
|
||||||
|
|
||||||
|
For example, with [Lazy](https://github.com/folke/lazy.nvim.git)...
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
"blazkowolf/gruber-darker.nvim",
|
"blazkowolf/gruber-darker.nvim",
|
||||||
config = function()
|
opts = {
|
||||||
require("gruber-darker").setup({
|
bold = false,
|
||||||
bold = false,
|
italic = {
|
||||||
italic = {
|
strings = false,
|
||||||
strings = false,
|
},
|
||||||
},
|
},
|
||||||
})
|
|
||||||
end
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user