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