Skip to content

Commit a7aa1ea

Browse files
committed
✨ Add highlight for float border
fixes #1
1 parent e733af9 commit a7aa1ea

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

lua/spaceduck.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,12 @@ local scheme = {
281281
Boolean = { fg = colors.yellow.hex, ctermfg = colors.yellow.cterm },
282282
Character = { fg = colors.yellow.hex, ctermfg = colors.yellow.cterm },
283283
Float = { fg = colors.yellow.hex, ctermfg = colors.yellow.cterm },
284+
FloatBorder = {
285+
fg = colors.cream.hex,
286+
ctermfg = colors.cream.cterm,
287+
bg = colors.dark_grey.hex,
288+
ctermbg = colors.dark_grey.cterm,
289+
},
284290
Number = { fg = colors.yellow.hex, ctermfg = colors.yellow.cterm },
285291
Conditional = { fg = colors.green.hex, ctermfg = colors.green.cterm },
286292
Repeat = { fg = colors.green.hex, ctermfg = colors.green.cterm },

0 commit comments

Comments
 (0)