Skip to content

Commit

Permalink
neovim: remove unused custom highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Dec 11, 2024
1 parent 76d0337 commit 1287f23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nvim/lua/plugins/catppuccin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ return {
custom_highlights = function(colors)
return {
PmenuThumb = { bg = colors.blue },
DapUIFloatBorder = { link = 'FloatBorder' },
}
end,
},
Expand Down

0 comments on commit 1287f23

Please sign in to comment.