feat: make float borders more visible
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user