docs: update CONTRIBUTING.md (#131)

Fix setting the custom theme documentation from `lualine.theme` to `lualine.options.theme`.
This commit is contained in:
Joshua Chapman 2021-03-15 17:29:34 +00:00 committed by GitHub
parent d5150f481e
commit 625792f5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>