mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #4179] [feature]: When I select the Light background, the cursor color is also white, making it difficult to see where the cursor is when I am typing in the body section. #1508
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1508
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Aaronsound on GitHub (Jul 10, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4179
Is there an existing issue for this?
Summary
When I select the Light background, could the cursor color automatically change to a darker shade? Alternatively, could you provide an option to choose the cursor color? Otherwise, it is very difficult to see the cursor position when editing the body with the Light background.

Why should this be worked on?
To enhance the user experience for everyone
@An525ish commented on GitHub (Jul 12, 2024):
can I work on this issue ?
@Aaronsound commented on GitHub (Jul 13, 2024):
Sure, I'd be happy for you to work on it. Thanks!
@An525ish commented on GitHub (Jul 13, 2024):
I researched a bit and got to know that here we need to change the color of I-beam and not the caret...which is actually controlled by OS itself...what shall I do ?