tiagovla / tokyodark.nvim

A clean dark theme written in lua for neovim.
453 stars 19 forks source link

Problem with some Pmenu highlights #10

Closed tamton-aquib closed 2 years ago

tamton-aquib commented 2 years ago

Hey, noticed i dont have the pmenu scroll bar:

image

The list is longer in the above screenshot, so it shouldve shown the scrollbar.

The only line which i have regarding this plugin is: vim.cmd [[colorscheme tokyodark]] (which is the last line in init.lua)

Output of :highlight PmenuSbar: image

:highlight PmenuThumb image

Any Idea whats happening? 😬

tamton-aquib commented 2 years ago

Works perfectly fine now. And thanks for the cmp highlights too.