mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
add mason.nvim highlights
This commit is contained in:
parent
ca546ccacd
commit
29ce413304
1 changed files with 5 additions and 0 deletions
5
lua/base46/integrations/mason.lua
Normal file
5
lua/base46/integrations/mason.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
MasonHeader = { bg = colors.red, fg = colors.black },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue