diff --git a/lua/plugins/monokai-pro.lua b/lua/plugins/monokai-pro.lua index 623dc90..b686150 100644 --- a/lua/plugins/monokai-pro.lua +++ b/lua/plugins/monokai-pro.lua @@ -3,6 +3,7 @@ return { config = function() require('monokai-pro').setup({ -- filter = 'spectrum' + background_clear = {}, override = function(c) return { ['@lsp.type.class'] = { link = 'Structure' }, diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 3ba505f..e5f9051 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -118,6 +118,7 @@ return { require('telescope').setup({ defaults = { + borderchars = { "█", " ", "▀", "█", "█", " ", " ", "▀" }, mappings = { i = { [''] = actions.select_default + actions.center,