docs: fixed theme setup in CONTRIBUTING.md

This commit is contained in:
Hubert Pelczarski 2021-03-17 01:37:34 +01:00 committed by GitHub
parent 2d3eb07bc8
commit 745cdde237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ gruvbox.inactive = {
c = { bg = colors.darkgray, fg = colors.gray }, c = { bg = colors.darkgray, fg = colors.gray },
} }
lualine.options.theme = gruvbox require('lualine').setup {options = {theme = gruvbox}}
``` ```
</details> </details>