unblevable / quick-scope

Lightning fast left-right movement in Vim
MIT License
1.43k stars 54 forks source link

Underline with default plugin color #99

Open mklimkin0190 opened 4 hours ago

mklimkin0190 commented 4 hours ago

I like the default color settings, but I'd like to add an underline to them. Customizing the colors as directed in the docs adds an underline but it changes the colors to the given ones as well. Or, if I leave the color out in the custom settings, it only underlines the characters, keeping the default color scheme colors. I'd like to keep the default color settings of this plugin but add the underline, and I didn't find how it can be done easily without redefining the color variables on plugin load (and eve that didn't go well for me).

bradford-smith94 commented 3 hours ago

The default colors are actually links to other highlight groups, so they depend on your colorscheme. The details should also be in the help page :h qs-customize-colors, but the primary highlight links to "Function" and the secondary highlight links to "Define".

To see what those colors are in your case you can use :hi Function and :hi Define.