docs: update CONTRIBUTING.md (#131)
Fix setting the custom theme documentation from `lualine.theme` to `lualine.options.theme`.
This commit is contained in:
parent
d5150f481e
commit
625792f5f6
|
@ -80,7 +80,7 @@ gruvbox.inactive = {
|
||||||
c = { bg = colors.darkgray, fg = colors.gray },
|
c = { bg = colors.darkgray, fg = colors.gray },
|
||||||
}
|
}
|
||||||
|
|
||||||
lualine.theme = gruvbox
|
lualine.options.theme = gruvbox
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Reference in New Issue