Sublime Forum

How to disable background Color Highlighter?

#1

Hi, thanks for this awesome plugin.

I’m trying to configure ColorHighlighter to highlight the color codes using only the text color, without any background color (just like plain colored text).

I selected:

Highlight colors in all text → Inline highlighting style → Text
Disabled phantoms, gutter_icons
Enabled color_scheme with “highlight_style”: “text”
It works, but I still see a faint background color behind the text (possibly inherited from the theme or default style).

Question:
Is there a way to force ColorHighlighter to apply only foreground color (text), without any background?

I’m using Sublime Text 4 with the latest plugin version.

Thanks in advance!

Proof from github readme ScreenShot%20-%20002

0 Likes

#2

Color Highlighter is not maintained. Use https://github.com/Kronuz/ColorHighlight or the forks https://github.com/SublimeText/ColorHighlight or https://github.com/gotcha9999/ColorHighlight

Alternative: https://github.com/braver/ColorHints

0 Likes