From e09ddebe353bb59f47b34650b22206e221427f83 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 9 Aug 2026 13:10:28 -0500 Subject: [PATCH] theme fixes --- lua/lush_theme/darcula_lush.lua | 81 +++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/lua/lush_theme/darcula_lush.lua b/lua/lush_theme/darcula_lush.lua index b4c4b46..d75eb0f 100644 --- a/lua/lush_theme/darcula_lush.lua +++ b/lua/lush_theme/darcula_lush.lua @@ -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