improve lazy.nvim h2 hl group colors

This commit is contained in:
siduck 2023-01-07 19:49:24 +05:30
parent 256ae482d8
commit c2e03c1544

View file

@ -225,11 +225,13 @@ return {
},
LazyH2 = {
bg = colors.one_bg2,
fg = colors.orange,
fg = colors.red,
bold = true,
underline = true,
},
LazyReasonPlugin = { fg = colors.red },
LazyValue = { fg = colors.red },
LazyValue = { fg = colors.teal },
LazyDir = { fg = theme.base05 },
LazyUrl = { fg = theme.base05 },
LazyCommit = { fg = colors.green },