Sublime Forum

Color Highlighter not working?

#1

I already reinstalled color highlighter, added ha_style property in the user settings, but it’s still not working…

Is there a way to fix this? :frowning: :sob:

0 Likes

#2

OS?
ST version number?
any other useful hint?

0 Likes

#3

oh sorry… I forgot to post it…I have Manjaro Linux OS and ST Version 3.0. Build 3143

and here’s the Settings - User of my ST

{
	"ha_style": "filled",
	"search_colors_in":
	{
		"all_content":
		{
			"color_highlighters":
			{
				"color_scheme":
				{
					"enabled": true,
					"highlight_style": "text"
				},
				"gutter_icons":
				{
					"enabled": true,
					"icon_style": "circle"
				},
				"phantoms":
				{
					"enabled": false,
					"length": 2,
					"style": "right"
				}
			},
			"enabled": true
		},
		"hover":
		{
			"color_highlighters":
			{
				"color_scheme":
				{
					"enabled": false,
					"highlight_style": "filled"
				},
				"gutter_icons":
				{
					"enabled": false,
					"icon_style": "circle"
				},
				"phantoms":
				{
					"enabled": false,
					"length": 2,
					"style": "right"
				}
			},
			"enabled": true
		},
		"selection":
		{
			"color_highlighters":
			{
				"color_scheme":
				{
					"enabled": false,
					"highlight_style": "text"
				},
				"gutter_icons":
				{
					"enabled": false,
					"icon_style": "circle"
				},
				"phantoms":
				{
					"enabled": true,
					"length": 2,
					"style": "right"
				}
			},
			"enabled": true
		}
	}
}
0 Likes

#4

I noticed that the only problem are the color names because CH works when I use hex and rgb…

0 Likes

#5

Afaik color names stopped working since CH v8.0:

edit typos

0 Likes

#6

can I downgrade CH so that I can use the color name support??

0 Likes