theme fixes
This commit is contained in:
@@ -307,6 +307,54 @@ local theme =
|
||||
-- gitsigns
|
||||
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
|
||||
luaParenError {bg = colors.None},
|
||||
--
|
||||
@@ -407,6 +455,11 @@ local theme =
|
||||
NvimTreeNormal {bg = colors.Background, fg = colors.SecondaryForeground},
|
||||
NvimTreeOpenedFolderName {fg = colors.SecondaryForeground, gui = "bold"},
|
||||
NvimTreeRootFolder {fg = colors.PositiveForeground},
|
||||
NvimTreeWindowPicker {
|
||||
fg = colors.EmphasisForeground,
|
||||
bg = colors.ModeNormalBackground,
|
||||
gui = "bold"
|
||||
},
|
||||
NvimTreeGitDirty {fg = colors.ErrorForeground},
|
||||
NvimTreeGitDirtyIcon {fg = colors.ErrorForeground},
|
||||
NvimTreeSymlink {fg = colors.AccentForeground, gui = "italic"},
|
||||
@@ -424,6 +477,23 @@ local theme =
|
||||
TelescopeNormal {bg = colors.Background},
|
||||
TelescopePromptNormal {bg = colors.Background},
|
||||
--
|
||||
-- window-picker
|
||||
WindowPicker {
|
||||
fg = colors.EmphasisForeground,
|
||||
bg = colors.ModeNormalBackground,
|
||||
gui = "bold"
|
||||
},
|
||||
WindowPickerSwap {
|
||||
fg = colors.Background,
|
||||
bg = colors.ConstantForeground,
|
||||
gui = "bold"
|
||||
},
|
||||
WindowPickerZap {
|
||||
fg = colors.Background,
|
||||
bg = colors.ErrorForeground,
|
||||
gui = "bold"
|
||||
},
|
||||
--
|
||||
-- Neovim
|
||||
Added {fg = colors.PositiveForeground},
|
||||
Changed {gui = "italic,underline"},
|
||||
@@ -607,11 +677,22 @@ local theme =
|
||||
MiniIconsRed {fg = colors.ErrorForeground},
|
||||
MiniIconsYellow {fg = colors.WarningForeground},
|
||||
--
|
||||
-- mini.notify
|
||||
MiniNotifyBorder {NotifyINFOBorder},
|
||||
MiniNotifyNormal {NotifyINFOBody},
|
||||
MiniNotifyTitle {Number},
|
||||
--
|
||||
-- mini.snippets
|
||||
MiniSnippetsCurrentReplace {DiagnosticVirtualTextInfo},
|
||||
MiniSnippetsFinal {DiagnosticVirtualTextInfo},
|
||||
MiniSnippetsVisited {DiagnosticVirtualTextInfo},
|
||||
--
|
||||
-- mini.starter
|
||||
MiniStarterHeader {Comment},
|
||||
MiniStarterItem {Comment},
|
||||
MiniStarterItemPrefix {Normal},
|
||||
MiniStarterQuery {Search},
|
||||
--
|
||||
-- mini.statusline
|
||||
MiniStatuslineDevinfo {
|
||||
bg = colors.SecondaryBackground
|
||||
|
||||
Reference in New Issue
Block a user