[GH-ISSUE #277] Improve UI Contrast #98

Closed
opened 2026-03-16 13:24:58 +03:00 by kerem · 4 comments
Owner

Originally created by @tomjn on GitHub (Nov 7, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/277

Originally assigned to: @liyasthomas on GitHub.

Describe the bug

Currently the interface has very low contrast on form inputs, this needs to be increased

To Reproduce
Steps to reproduce the behavior:

  1. Open the interface
  2. Squint

Expected behavior

Clear form inputs that don't require non-corrective vision, and comply with WCAG

Desktop (please complete the following information):

  • OS: MacOS
  • Browser Firefox
  • Version 70

Additional context

This affects all colour schemes in the settings area, either borders or greater background contrast will improve the UI significantly

Originally created by @tomjn on GitHub (Nov 7, 2019). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/277 Originally assigned to: @liyasthomas on GitHub. **Describe the bug** Currently the interface has very low contrast on form inputs, this needs to be increased **To Reproduce** Steps to reproduce the behavior: 1. Open the interface 2. Squint **Expected behavior** Clear form inputs that don't require non-corrective vision, and comply with WCAG **Desktop (please complete the following information):** - OS: MacOS - Browser Firefox - Version 70 **Additional context** This affects all colour schemes in the settings area, either borders or greater background contrast will improve the UI significantly
kerem 2026-03-16 13:24:58 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@liyasthomas commented on GitHub (Nov 7, 2019):

We seriously think, we need to update the color schemes. Me being not much of a great frontend developer, I seek help on choosing color schemes that comply with WCAG. Anyway, next commit will include more web safe colors.

<!-- gh-comment-id:550583913 --> @liyasthomas commented on GitHub (Nov 7, 2019): We seriously think, we need to update the color schemes. Me being not much of a great frontend developer, I seek help on choosing color schemes that comply with WCAG. Anyway, next commit will include more web safe colors.
Author
Owner

@tomjn commented on GitHub (Nov 7, 2019):

I think a thin but darker border around the inputs might do the job, here's a quick border: 1px solid var(--fg-color); on all input elements:

Screenshot 2019-11-07 at 02 02 15
<!-- gh-comment-id:550586007 --> @tomjn commented on GitHub (Nov 7, 2019): I think a thin but darker border around the inputs might do the job, here's a quick `border: 1px solid var(--fg-color);` on all `input` elements: <img width="486" alt="Screenshot 2019-11-07 at 02 02 15" src="https://user-images.githubusercontent.com/58855/68353850-abac9c80-0102-11ea-98ee-208c4334824a.png">
Author
Owner

@liyasthomas commented on GitHub (Nov 7, 2019):

Thanks for the quick suggestion. Will update 🎉👍

<!-- gh-comment-id:550586333 --> @liyasthomas commented on GitHub (Nov 7, 2019): Thanks for the quick suggestion. Will update 🎉👍
Author
Owner

@tomjn commented on GitHub (Nov 7, 2019):

Thanks for the ultra fast reply :)

<!-- gh-comment-id:550586446 --> @tomjn commented on GitHub (Nov 7, 2019): Thanks for the ultra fast reply :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#98
No description provided.