diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-17 00:10:51 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-17 00:10:51 +0100 |
commit | fdabef9986882bef05efea8105d0485d0987e353 (patch) | |
tree | 741f2fc50f969c6cda049b5ced81c16768972fd7 /lua/no-clown-fiesta | |
parent | dd85efc80d0ff2e3d256daa49cd82a7bdd3fdc72 (diff) |
Add floating boarder
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/groups/highlights.lua | 1 |
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 |