Skip to content

Commit

Permalink
✨ Add highlight for float border
Browse files Browse the repository at this point in the history
fixes #1
  • Loading branch information
Nargonath committed Dec 29, 2023
1 parent e733af9 commit a7aa1ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/spaceduck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ local scheme = {
Boolean = { fg = colors.yellow.hex, ctermfg = colors.yellow.cterm },
Character = { fg = colors.yellow.hex, ctermfg = colors.yellow.cterm },
Float = { fg = colors.yellow.hex, ctermfg = colors.yellow.cterm },
FloatBorder = {
fg = colors.cream.hex,
ctermfg = colors.cream.cterm,
bg = colors.dark_grey.hex,
ctermbg = colors.dark_grey.cterm,
},
Number = { fg = colors.yellow.hex, ctermfg = colors.yellow.cterm },
Conditional = { fg = colors.green.hex, ctermfg = colors.green.cterm },
Repeat = { fg = colors.green.hex, ctermfg = colors.green.cterm },
Expand Down

0 comments on commit a7aa1ea

Please sign in to comment.