mobile-shell / mobile-shell/mosh
Allow to change (or disable) colors of the overlay
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 14.5k
- Forks
- 865
- PR merge metrics
- No merged PRs in 30d
Description
Looks like they are hardcoded in terminaloverlay.cc. Personally I prefer monochrome terminal applications. So the only way to make it monochrome for me is to use some old $TERM like vt100. Not sure whether it makes sense to make it customizable for some other reasons.
Contributor guide
No contributing guide indexed for this repository
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 in terminaloverlay.cc, where the overlay colors are reportedly hardcoded, and trace how the terminal overlay is configured. Determine an appropriate way to customize or disable those colors, including monochrome use, and document the expected behavior. Done means overlay colors are no longer fixed and users can opt out of them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100