mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
add mason.nvim highlights
This commit is contained in:
parent
29ce413304
commit
f7340d7245
1 changed files with 6 additions and 0 deletions
|
|
@ -2,4 +2,10 @@ local colors = require("base46").get_theme_tb "base_30"
|
||||||
|
|
||||||
return {
|
return {
|
||||||
MasonHeader = { bg = colors.red, fg = colors.black },
|
MasonHeader = { bg = colors.red, fg = colors.black },
|
||||||
|
MasonHighlight = { fg = colors.blue },
|
||||||
|
MasonHighlightBlock = { fg = colors.black, bg = colors.green },
|
||||||
|
MasonHighlightBlockBold = { link = "MasonHighlightBlock" },
|
||||||
|
MasonHeaderSecondary = { link = "MasonHighlightBlock" },
|
||||||
|
MasonMuted = { fg = colors.light_grey },
|
||||||
|
MasonMutedBlock = { fg = colors.light_grey, bg = colors.one_bg },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue