fixes
This commit is contained in:
@@ -307,54 +307,6 @@ local theme =
|
|||||||
-- gitsigns
|
-- gitsigns
|
||||||
GitSignsCurrentLineBlame {fg = colors.CommentForeground, bg = colors.None},
|
GitSignsCurrentLineBlame {fg = colors.CommentForeground, bg = colors.None},
|
||||||
--
|
--
|
||||||
-- mason
|
|
||||||
MasonBackdrop {bg = colors.Background},
|
|
||||||
MasonNormal {NormalFloat},
|
|
||||||
MasonHeader {
|
|
||||||
fg = colors.Background,
|
|
||||||
bg = colors.SyntaxForeground,
|
|
||||||
gui = "bold"
|
|
||||||
},
|
|
||||||
MasonHeaderSecondary {
|
|
||||||
fg = colors.Background,
|
|
||||||
bg = colors.AccentForeground,
|
|
||||||
gui = "bold"
|
|
||||||
},
|
|
||||||
MasonHighlight {fg = colors.AccentForeground},
|
|
||||||
MasonHighlightBlock {
|
|
||||||
fg = colors.Background,
|
|
||||||
bg = colors.AccentForeground
|
|
||||||
},
|
|
||||||
MasonHighlightBlockBold {
|
|
||||||
fg = colors.Background,
|
|
||||||
bg = colors.AccentForeground,
|
|
||||||
gui = "bold"
|
|
||||||
},
|
|
||||||
MasonHighlightSecondary {fg = colors.SyntaxForeground},
|
|
||||||
MasonHighlightBlockSecondary {
|
|
||||||
fg = colors.Background,
|
|
||||||
bg = colors.SyntaxForeground
|
|
||||||
},
|
|
||||||
MasonHighlightBlockBoldSecondary {
|
|
||||||
fg = colors.Background,
|
|
||||||
bg = colors.SyntaxForeground,
|
|
||||||
gui = "bold"
|
|
||||||
},
|
|
||||||
MasonLink {MasonHighlight},
|
|
||||||
MasonMuted {fg = colors.CommentForeground},
|
|
||||||
MasonMutedBlock {
|
|
||||||
fg = colors.Background,
|
|
||||||
bg = colors.CommentForeground
|
|
||||||
},
|
|
||||||
MasonMutedBlockBold {
|
|
||||||
fg = colors.Background,
|
|
||||||
bg = colors.CommentForeground,
|
|
||||||
gui = "bold"
|
|
||||||
},
|
|
||||||
MasonError {ErrorMsg},
|
|
||||||
MasonWarning {WarningMsg},
|
|
||||||
MasonHeading {fg = colors.EmphasisForeground, gui = "bold"},
|
|
||||||
--
|
|
||||||
-- lua
|
-- lua
|
||||||
luaParenError {bg = colors.None},
|
luaParenError {bg = colors.None},
|
||||||
--
|
--
|
||||||
@@ -666,6 +618,54 @@ local theme =
|
|||||||
WarningMsg {fg = colors.WarningForeground},
|
WarningMsg {fg = colors.WarningForeground},
|
||||||
WinSeparator {bg = colors.GutterBackground},
|
WinSeparator {bg = colors.GutterBackground},
|
||||||
--
|
--
|
||||||
|
-- mason
|
||||||
|
MasonBackdrop {bg = colors.Background},
|
||||||
|
MasonNormal {NormalFloat},
|
||||||
|
MasonHeader {
|
||||||
|
fg = colors.Background,
|
||||||
|
bg = colors.SyntaxForeground,
|
||||||
|
gui = "bold"
|
||||||
|
},
|
||||||
|
MasonHeaderSecondary {
|
||||||
|
fg = colors.Background,
|
||||||
|
bg = colors.AccentForeground,
|
||||||
|
gui = "bold"
|
||||||
|
},
|
||||||
|
MasonHighlight {fg = colors.AccentForeground},
|
||||||
|
MasonHighlightBlock {
|
||||||
|
fg = colors.Background,
|
||||||
|
bg = colors.AccentForeground
|
||||||
|
},
|
||||||
|
MasonHighlightBlockBold {
|
||||||
|
fg = colors.Background,
|
||||||
|
bg = colors.AccentForeground,
|
||||||
|
gui = "bold"
|
||||||
|
},
|
||||||
|
MasonHighlightSecondary {fg = colors.SyntaxForeground},
|
||||||
|
MasonHighlightBlockSecondary {
|
||||||
|
fg = colors.Background,
|
||||||
|
bg = colors.SyntaxForeground
|
||||||
|
},
|
||||||
|
MasonHighlightBlockBoldSecondary {
|
||||||
|
fg = colors.Background,
|
||||||
|
bg = colors.SyntaxForeground,
|
||||||
|
gui = "bold"
|
||||||
|
},
|
||||||
|
MasonLink {MasonHighlight},
|
||||||
|
MasonMuted {fg = colors.CommentForeground},
|
||||||
|
MasonMutedBlock {
|
||||||
|
fg = colors.Background,
|
||||||
|
bg = colors.CommentForeground
|
||||||
|
},
|
||||||
|
MasonMutedBlockBold {
|
||||||
|
fg = colors.Background,
|
||||||
|
bg = colors.CommentForeground,
|
||||||
|
gui = "bold"
|
||||||
|
},
|
||||||
|
MasonError {ErrorMsg},
|
||||||
|
MasonWarning {WarningMsg},
|
||||||
|
MasonHeading {fg = colors.EmphasisForeground, gui = "bold"},
|
||||||
|
--
|
||||||
-- mini.icons
|
-- mini.icons
|
||||||
MiniIconsAzure {fg = colors.IconAzureForeground},
|
MiniIconsAzure {fg = colors.IconAzureForeground},
|
||||||
MiniIconsBlue {fg = colors.AccentForeground},
|
MiniIconsBlue {fg = colors.AccentForeground},
|
||||||
|
|||||||
Reference in New Issue
Block a user