summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-17 00:10:51 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-17 00:10:51 +0100
commitfdabef9986882bef05efea8105d0485d0987e353 (patch)
tree741f2fc50f969c6cda049b5ced81c16768972fd7
parentdd85efc80d0ff2e3d256daa49cd82a7bdd3fdc72 (diff)
Add floating boarder
-rw-r--r--lua/no-clown-fiesta/groups/highlights.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/no-clown-fiesta/groups/highlights.lua b/lua/no-clown-fiesta/groups/highlights.lua
index b2bf6f2..a521aa0 100644
--- a/lua/no-clown-fiesta/groups/highlights.lua
+++ b/lua/no-clown-fiesta/groups/highlights.lua
@@ -113,6 +113,7 @@ function M.highlight(palette, opts)
TabLineFill = { fg = palette.white, bg = palette.alt_bg },
WinSeparator = { fg = palette.medium_gray, bg = palette.bg },
DiagnosticFloatingError = { fg = palette.error },
+ FloatBorder = { fg = palette.fg },
}
end