masukomi / masukomi/days_progress
make colors configurable
Nobody has claimed this yet.
- Dominant language
- Scheme
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
you should be able to specify the color of the dots and pipe.
Easy solution:
* new (optional) config variables
* use `set-color256!` from [ansi-escape-sequences](http://wiki.call-cc.org/eggref/5/ansi-escape-sequences#xterm-enhanced-escape-sequences) and link users to a decent online color picker with 0-255 rgb options to help them define the color they want.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the command-line code that renders the dots and pipe, then inspect how configuration variables are defined and how ANSI output is emitted. Implement optional color settings for both elements using the named set-color256! function, and document an RGB 0-255 color picker for users. Done means users can configure each color without breaking the default display.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100