Transitioning to a stdlib is probably the way to go.
Contributor guide
Tech stack
None
Domain
backend
Issue type
refactor
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Familiarity with JuliaUnderstanding of UnicodePlots.jl internalsKnowledge of Crayons and StyledStrings packages
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
First, examine the current usage of the Crayons package in UnicodePlots.jl (likely in src/). Then, study the StyledStrings stdlib documentation at https://julialang.github.io/StyledStrings.jl/dev/ to understand its API and how it can replace Crayons. The goal is to transition the codebase to use StyledStrings, potentially requiring changes in how strings are styled. No comments or PRs exist yet, so the approach is exploratory.