nvim: use original gruvbox

This commit is contained in:
thomasabishop 2024-04-09 17:59:58 +01:00
parent 09eeeadecd
commit e189017c40
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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 = " " },
}, },