improve lazy.nvim h2 hl group colors

v2.5
siduck 3 years ago
parent 256ae482d8
commit c2e03c1544

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

Loading…
Cancel
Save