diff --git a/lua/peak-colorscheme.lua b/lua/peak-colorscheme.lua index 5bffa5f..0aea0a2 100644 --- a/lua/peak-colorscheme.lua +++ b/lua/peak-colorscheme.lua @@ -209,7 +209,7 @@ function PALETTE:set_ui_colors() -- vim.api.nvim_set_hl(0, "PmenuThumb", HIGHLIGHT(nil, self.black.normal, nil)) -- Balloon color vim.api.nvim_set_hl(0, "NormalFloat", HIGHLIGHT(self.white.dark, self.black.normal, nil)) -- Used mostly for replace popup vim.api.nvim_set_hl(0, "FloatBorder", HIGHLIGHT(self.black.bright, nil, nil)) -- Used mostly for replace popup - vim.api.nvim_set_hl(0, "FloatTitle", HIGHLIGHT(self.white.dark, self.gray.bright, nil)) -- custom definition of dessing.nvim + vim.api.nvim_set_hl(0, "FloatTitle", HIGHLIGHT(self.black.dark, self.gray.bright, {bold=true})) -- custom definition of dessing.nvim -- must configure rust-tools to use this as group vim.api.nvim_set_hl(0, "InlayHint", HIGHLIGHT(self.gray.dark, nil, nil))