CSS Highlight class?

I’m creating a Pallette and trying to figure out what class the highlight is. I’m talking about the color you get when you select text in the editor. Does anyone know?

Thanks

::selection {
	background-color: Highlight;
	color: HighlightText;
	background-color: <<colour selection-background>>;
	color: <<colour selection-foreground>>;
}

should be “selection-background”:

selection-background
selection-background

Edit:

Yep, that’s it

selectionBG

1 Like

You may have a closer look to the new Palette-Manager edition. I’m sure, it makes everything much easier, if you take the time and watch the video