feat(dosini): better hl
This commit is contained in:
parent
4412dafadf
commit
6151fb43f3
@ -169,6 +169,8 @@ function M.setup()
|
|||||||
debugPC = { bg = c.bg_sidebar }, -- used for highlighting the current line in terminal-debug
|
debugPC = { bg = c.bg_sidebar }, -- used for highlighting the current line in terminal-debug
|
||||||
debugBreakpoint = { bg = util.darken(c.info, 0.1), fg = c.info }, -- used for breakpoint colors in terminal-debug
|
debugBreakpoint = { bg = util.darken(c.info, 0.1), fg = c.info }, -- used for breakpoint colors in terminal-debug
|
||||||
|
|
||||||
|
dosIniLabel = { link = "@property" },
|
||||||
|
|
||||||
-- These groups are for the native LSP client. Some other LSP clients may
|
-- These groups are for the native LSP client. Some other LSP clients may
|
||||||
-- use these groups, or use their own. Consult your LSP client's
|
-- use these groups, or use their own. Consult your LSP client's
|
||||||
-- documentation.
|
-- documentation.
|
||||||
|
Loading…
Reference in New Issue
Block a user