loctvl842 / monokai-pro.nvim

Monokai Pro theme for Neovim written in Lua, with multiple filters: Pro, Classic, Machine, Octagon, Ristretto, Spectrum
MIT License
441 stars 44 forks source link

bug: monokai-pro breaks when previewed in `require("telescope.builtin").colorscheme` #128

Open Zeioth opened 1 month ago

Zeioth commented 1 month ago

System

Description

Telescope's colorscheme previewing fail with monokai-pro.

screenshot_2024-09-27_15-51-27_830492928

How to test

Run

require("telescope.builtin").colorscheme

And pass the cursor over the theme. All other themes work fine, it only fails with monokai-pro.nvim

Possible solution

Fix the affected chunk of code.