Skip to content

Commit

Permalink
fix(lspsaga integration): dont color bg if transparency enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Jan 13, 2025
1 parent 5009bc4 commit 20bd6a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/base46/integrations/lspsaga.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
local colors = require("base46").get_theme_tb "base_30"

local opts = require("nvconfig").base46

if opts.transparency then
return {}
end

return {
SagaBorder = {
bg = colors.darker_black,
Expand Down

0 comments on commit 20bd6a5

Please sign in to comment.