Skip to content

[FEATURE]: Color gradient according to how many chararcter left. #15

Description

@Simakeng

Just an aesthetic perspective feature request.

Like set two breakpoints with gradient enabled:

"LWI.breakpoints": [
        {
            "color": "rgb(0, 255, 0, 0.6)",
            "column": 80
            "gradient" : true,
        },
        {
            "color": "rgb(255, 0, 0, 0.6)",
            "column": 102,
            "gradient" : true,
        }
    ],

Then when count in the range, interpolate the color between green and red using character count.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions