add nvdash integration

This commit is contained in:
siduck 2022-11-15 22:18:06 +05:30
parent 895523ead8
commit c82a717975

View file

@ -0,0 +1,13 @@
local colors = require("base46").get_theme_tb "base_30"
return {
NvDashAscii = {
fg = colors.black,
bg = colors.blue,
},
NvDashButtons = {
fg = colors.white,
bg = colors.black2,
},
}