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
pmario
November 25, 2022, 8:46am
3
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
Intro Video
Please Like and Subscribe!
[Palette Manager - Preview - feature complete]
Function Overview
Cloned palettes have an origin field now, that allows us to have an “undo-button” per color changed
New Undo button if a color is different to the shadow palette
There is a new “Search input” to filter based on colour names
There is a new “Focus button” that sets the filter input to the first element of the colour names
eg: alert to focus on the alert notification element
I…