Skip to content

Commit

Permalink
Merge pull request #15 from spaceduck-theme/dev
Browse files Browse the repository at this point in the history
✨ Add highlight for float border
  • Loading branch information
Nargonath authored Dec 29, 2023
2 parents 23a364c + a7aa1ea commit aa72ad0
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 aa72ad0

Please sign in to comment.