Umut Topuzoğlu

Results 125 comments of Umut Topuzoğlu
trafficstars

Oh that's not a bad idea at all. I'll see what i can do

I tried to do it but it was just too distracting imo, sorry.

also found this: https://gist.github.com/maxbucknell/6f111b2a04132ab922f29cf631abd58b

Unfortunately I am still not using lazy and don't know what could be the issue. The error message sounds like you are importing it already somewhere or something? Are you...

Also try loading the theme with `vim.cmd('colorscheme bluloco')` after the setup function

auto-dark mode is not the problem. it appears also when switching manually with `:colorscheme bluloco-dark` and `:colorscheme bluloco-light`

@surmish @Jezda1337 Sorry for bothering, but I think you both managed to get it to work with lazy package manager. Are you still using it and have any ideas what...

Are you setting the colorscheme after the config is setup? Not sure if this is related...

Having a `vim.opt.pumblend` greater than 0 causes this issue. I could not find an issue inside the theme regarding this. It's probably a limitation of how the theme is loaded...

Why do you prefer the first one? I think in the current version it's easier to keep the syntax colors so you understand the code where you want to jump...