mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
add extended integration for lspsaga (#243)
This commit is contained in:
parent
ab79416a71
commit
fc7aafe0d0
1 changed files with 10 additions and 0 deletions
10
lua/base46/extended_integrations/lspsaga.lua
Normal file
10
lua/base46/extended_integrations/lspsaga.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
SagaBorder = {
|
||||
bg = colors.darker_black,
|
||||
},
|
||||
SagaNormal = {
|
||||
bg = colors.darker_black,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue