Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
594 stars 103 forks source link

Visual Highlight for selected text might be too similar to background color on some screens #61

Closed sollymay closed 1 year ago

sollymay commented 1 year ago

On certain screens, you can’t really see the difference between the regular background color and the text you visually selected, as the colors look so much alike.

Tried to change the values for the “visual” variable and “selection” one as well, but seems like it’s not working.

Any ideas on how to change this so that i can have a better contrast for visual selection?

Screenshot 2022-11-24 at 10 20 56 AM
sollymay commented 1 year ago

Seems like the issue was related to https://github.com/mvllow/modes.nvim having no transparency set, which caused the colors to not work properly. After setting an opacity of 50%+ on modes, it worked.