feat: make float borders more visible

This commit is contained in:
2024-06-05 15:10:06 -03:00
parent ba538ab69e
commit 0905e1cd9a

View File

@@ -106,6 +106,8 @@ M.highlights = {
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 }, FocusedSymbol = { bg = p.bg3 },
FloatBorder = { fg = p.bg4 },
FloatTitle = { fg = p.blue },
Type = { fg = p.blue } + styles.keywords, Type = { fg = p.blue } + styles.keywords,
Structure = { fg = p.blue } + styles.keywords, Structure = { fg = p.blue } + styles.keywords,