diff --git a/lua/base46/integrations/nvdash.lua b/lua/base46/integrations/nvdash.lua new file mode 100644 index 0000000..e97514a --- /dev/null +++ b/lua/base46/integrations/nvdash.lua @@ -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, + }, +}