add mason.nvim highlights

This commit is contained in:
siduck 2022-07-25 14:36:01 +00:00
parent ca546ccacd
commit 29ce413304

View file

@ -0,0 +1,5 @@
local colors = require("base46").get_theme_tb "base_30"
return {
MasonHeader = { bg = colors.red, fg = colors.black },
}