nvim: use original gruvbox
This commit is contained in:
parent
09eeeadecd
commit
e189017c40
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ local function update_hl(group, tbl)
|
||||||
vim.api.nvim_set_hl(0, group, new_hl)
|
vim.api.nvim_set_hl(0, group, new_hl)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- update_hl("Function", { bold = true })
|
update_hl("Function", { bold = false })
|
||||||
update_hl("Comment", { italic = true })
|
update_hl("Comment", { italic = true })
|
||||||
|
|
||||||
update_hl("markdownH1", { bold = true })
|
update_hl("markdownH1", { bold = true })
|
||||||
|
|
|
@ -9,7 +9,7 @@ end
|
||||||
|
|
||||||
lualine.setup({
|
lualine.setup({
|
||||||
options = {
|
options = {
|
||||||
theme = "gruvbox-material",
|
theme = "gruvbox",
|
||||||
component_separators = { left = "|", right = "|" },
|
component_separators = { left = "|", right = "|" },
|
||||||
section_separators = { left = " ", right = " " },
|
section_separators = { left = " ", right = " " },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue