Closed daltondiaz closed 5 months ago
Sorry, but I made work partial
I add this function in my after/plugin/colors
function ColorMyPencils(color)
color = color or "cyberdream"
vim.cmd.colorscheme(color)
end
ColorMyPencils()
the result was
but telescope continues not working in transparent mode
Thanks @daltondiaz 🙂 I'll get some Packer install instructions added to the readme.
Telescope looks correct based on your configuration. You can set borderless_telescope
to false
in your config to make the window transparent.
@scottmckendry perfect!!!
Everything working, thanks!!
Question or Suggestion
Hi everyone,
I'll like to use this awesome theme, but current I use Packer to manager my plugins, so trying to do that don't work:
packer.lua
after/plugin/colors.lua
Result:
I use the default and most simple configuration, maybe losing something in the config.
Thanks!!