monokai telescope

This commit is contained in:
Oliver Hartmann 2023-05-24 21:41:24 +02:00
parent 80e3c762f5
commit bf17d5d108
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ return {
config = function()
require('monokai-pro').setup({
-- filter = 'spectrum'
background_clear = {},
override = function(c)
return {
['@lsp.type.class'] = { link = 'Structure' },

View File

@ -118,6 +118,7 @@ return {
require('telescope').setup({
defaults = {
borderchars = { "", " ", "", "", "", " ", " ", "" },
mappings = {
i = {
['<cr>'] = actions.select_default + actions.center,