Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow themes to customise editor error highlight colours #132

Merged
merged 1 commit into from
May 16, 2020
Merged

feat: allow themes to customise editor error highlight colours #132

merged 1 commit into from
May 16, 2020

Conversation

robertrossmann
Copy link
Contributor

This adds a new colour contribution point, testExplorer.errorDecorationBackground which theme authors (ie. me 😇) can use to customise the line highlight colour used when a test case fails. The colour inherits from the core colour inputValidation.errorBackground which immediatelly improves how the error decoration looks in built-in themes. It fits much more nicely now!

This adds a new colour contribution point, `testExplorer.errorDecorationBackground` which theme authors (ie. me 😇) can use to customise the line highlight colour used when a test case fails. The colour inherits from the core colour `inputValidation.errorBackground` which immediatelly improves how the error decoration looks in built-in themes. It fits much more nicely now!
@robertrossmann
Copy link
Contributor Author

Any hopes in getting this merged in so I can tweak the highlights in my theme? 🙏 🎨

@hbenl hbenl merged commit a611b5d into hbenl:master May 16, 2020
@hbenl
Copy link
Owner

hbenl commented May 16, 2020

Thanks for the PR.

@robertrossmann
Copy link
Contributor Author

Weeey thanks for merging! 🚀🎉

robertrossmann added a commit to robertrossmann/vscode-remedy that referenced this pull request May 17, 2020
@robertrossmann robertrossmann deleted the feat/colour-contribution branch May 17, 2020 21:40
github-actions bot pushed a commit to robertrossmann/vscode-remedy that referenced this pull request May 18, 2020
# [4.14.0](4.13.0...4.14.0) (2020-05-18)

### Features

* add debug Console colour contributions 🎨 ([9cd02be](9cd02be)), closes [microsoft/vscode#97762](microsoft/vscode#97762)
* customise colours for Test Explorer UI 🎨 ([0d0568f](0d0568f)), closes [hbenl/vscode-test-explorer#132](hbenl/vscode-test-explorer#132)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants