-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Can you please make luminance threshold adjustable along with custom black/white colors for it?
Also an option to swap bg/fg of the applied colors.
I had to modify plugin code to
const bg = this.calculateLuminance(match) < 0.1 ? 'background-color: rgb(100, 100, 100);' : '';
return `<span style="color:${match}; ${bg}">${match}</span>`;where it replaces text with spans
But i don't know how to make plugin settings
Metadata
Metadata
Assignees
Labels
No labels
