diff options
author | baahrens <bahrens@compeon.de> | 2023-04-11 23:18:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 23:18:21 +0200 |
commit | 8f497ead8c7d357d980bcb7c663b39b4d4906d3d (patch) | |
tree | 88cb0ab12c7182e63c3e8fee0ab62ce083b24f7a /lua/no-clown-fiesta | |
parent | 047be7100f2929a521598707fe453c23ec48ab7a (diff) |
fix: Remove misspelled hl group (#18)
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/groups/highlights.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/groups/highlights.lua b/lua/no-clown-fiesta/groups/highlights.lua index 0d3845c..6d1a1bf 100644 --- a/lua/no-clown-fiesta/groups/highlights.lua +++ b/lua/no-clown-fiesta/groups/highlights.lua @@ -27,7 +27,6 @@ function M.highlight(palette, opts) Folded = { fg = palette.light_gray, bg = palette.alt_bg }, FoldColumn = { fg = palette.light_gray, bg = palette.alt_bg }, LineNr = { fg = palette.gray }, - FloatBoder = { fg = palette.gray, bg = palette.alt_bg }, Whitespace = { fg = palette.gray }, VertSplit = { fg = palette.bg, bg = palette.accent }, CursorLine = { bg = palette.alt_bg }, |