mirror of
https://github.com/gabehf/base46.git
synced 2026-03-14 01:37:03 -07:00
improve lazy.nvim h2 hl group colors
This commit is contained in:
parent
256ae482d8
commit
c2e03c1544
1 changed files with 5 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue