shaunsingh / solarized.nvim

Port of the Solarized colorscheme for vim, written in lua, with treesitter support.
GNU General Public License v2.0
181 stars 36 forks source link

Hop does not highlight letters properly when `require('solarized').set()` #20

Open Zeta611 opened 11 months ago

Zeta611 commented 11 months ago

Using hop commands like :HopAnywhere does not highlight letters properly in the light mode, when setup via

require('solarized').set()

Screenshot 2023-11-02 at 23 28 06

but works when setup via

vim.api.nvim_command 'colorscheme solarized'

Screenshot 2023-11-02 at 23 27 39

How is this so?