mirror of https://github.com/gabehf/base46.git
add extended integration for lspsaga (#243)
parent
ab79416a71
commit
fc7aafe0d0
@ -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…
Reference in new issue