mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4464] [MERGED] chore: environment highlight colour schema update #4812
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#4812
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4464
Author: @nivedin
Created: 10/22/2024
Status: ✅ Merged
Merged: 10/25/2024
Merged by: @jamesgeorge007
Base:
next← Head:fix/variable-colour-schema-update📝 Commits (10+)
398e3f3chore: env highlight colour schema update47d3bfachore: make selectionMatch color visible649374fchore: add filter for commented predefined varsec51329chore: addcm-commentclass name to cm-base theme comments181dad0chore: remove hopp-comment plugin97dac46fix: update comment colour8762286chore: revertcm-commenthighlight styleef4c13cchore: stop highlight and tooltip if inside a comment6220405chore: minor change5e191c9chore: extend to raw key value pair syntax📊 Changes
6 files changed (+88 additions, -29 deletions)
View changed files
📝
packages/hoppscotch-common/assets/scss/styles.scss(+29 -16)📝
packages/hoppscotch-common/src/components.d.ts(+2 -0)📝
packages/hoppscotch-common/src/helpers/editor/extensions/HoppEnvironment.ts(+25 -10)📝
packages/hoppscotch-common/src/helpers/editor/extensions/HoppPredefinedVariables.ts(+14 -2)➕
packages/hoppscotch-common/src/helpers/editor/extensions/helpers.ts(+14 -0)📝
packages/hoppscotch-common/src/helpers/editor/themes/baseTheme.ts(+4 -1)📄 Description
Closes HFE-605 #4389
Before
After
This PR improves the colors on variables for multiple themes and improve contrast on codemirror.
What's changed
The text colour inside the env variable have been set to white and the syntax highlight has been removed from the env variable for commented line.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.