feat: add FocusedSymbol highlight group

This commit is contained in:
2022-04-25 01:19:14 -03:00
parent bb5f45c4e0
commit 97d57cd547

View File

@@ -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 = {