Closed rawaludin closed 8 years ago
Hi,
That looks rather like a theme issue to me, but worry not as the solution is already implemented.
Go to Preferences > Package Settings > AceJump > Key Bindings - User
and add the following setting:
{
"labels_scope": "invalid"
}
It basically says, that AceJump should use the 'invalid' highlighting from your theme to highlight the labels. This is the default value, but obviously doesn't work for all themes out there, so you'll need to tweak this setting and see what works for you.
You can find a list of available highlighting scopes here: http://stackoverflow.com/a/21914803/4782314 . Let me know if that solves the issue.
whoaa.. thats a lot of options. Let see what'll work..
Thanks its worked. I go with string
, which result in this:
I'm glad I could help.
Hi, I really love this plugin. Currently, I'm using Material theme plugin https://github.com/equinusocio/material-theme. But, the contrast looks weird. Here's what I got:
I'm really can't see the mark. For inspiration, using solarized dark, here's what I got:
What should I do to fix this? Thanks..