huoguangjin / MultiHighlight

Jetbrains IDE plugin: highlight identifiers with custom colors 🎨💡
https://plugins.jetbrains.com/plugin/9511-multihighlight
GNU General Public License v3.0
103 stars 22 forks source link

An option to disable changes to font style or font weight #31

Closed alexxxnf closed 1 year ago

alexxxnf commented 1 year ago

Hello @huoguangjin,

Thank you very much for this plugin. It works really great.

Is it possible to add an option to configuration to highlight words with just color and keep font style and font weight the way it is displayed by IDE?

See the image bellow. By default IDE displays the keyword 'function' in bold and the function name in italic. But if I hightlight the word 'function', its font weight and style changes along with color.

image

I' like to change the color and keep everything else.

huoguangjin commented 1 year ago

Is this what you want?

demo

Change your highlight style settings here, uncheck all options except Background.

settings
alexxxnf commented 1 year ago

That works. Thanks a lot!