feat: add FocusedSymbol highlight group
This commit is contained in:
@@ -106,6 +106,7 @@ hl.common = {
|
|||||||
debugPC = { fg = p.bg0, bg = p.green },
|
debugPC = { fg = p.bg0, bg = p.green },
|
||||||
debugBreakpoint = { fg = p.bg0, bg = p.red },
|
debugBreakpoint = { fg = p.bg0, bg = p.red },
|
||||||
ToolbarButton = { fg = p.bg0, bg = p.bg_blue },
|
ToolbarButton = { fg = p.bg0, bg = p.bg_blue },
|
||||||
|
FocusedSymbol = { bg = p.bg3 },
|
||||||
}
|
}
|
||||||
|
|
||||||
hl.syntax = {
|
hl.syntax = {
|
||||||
|
|||||||
Reference in New Issue
Block a user