mirror of
https://github.com/gabehf/base46.git
synced 2026-03-08 23:18:15 -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 = {
|
||||
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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue