add extended integration for lspsaga (#243)

This commit is contained in:
Zohir Benghalem 2023-09-14 01:42:27 +01:00 committed by GitHub
parent ab79416a71
commit fc7aafe0d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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,
},
}