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

Change the colour of warning/error squiggles #9819

Closed
tomitrescak opened this issue Jul 26, 2016 · 3 comments
Closed

Change the colour of warning/error squiggles #9819

tomitrescak opened this issue Jul 26, 2016 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality themes Color theme issues ux User experience issues
Milestone

Comments

@tomitrescak
Copy link

  • VSCode Version: 1.3.1
  • OS Version: El Capitan

Steps to Reproduce:

  1. Create typescript files and produce Warning

Is it possible to change the colour of the warning message, I mean the squiggly line below and the warning marker on the scrollbar? In the darks themes the green colour is merely visible.

@egamma egamma added the ux User experience issues label Jul 27, 2016
@c10ckw0rk
Copy link

+1

@aeschli aeschli added the themes Color theme issues label Mar 28, 2017
@aeschli aeschli self-assigned this Mar 28, 2017
@aeschli aeschli added the feature-request Request for new features or functionality label Apr 7, 2017
@aeschli aeschli added this to the April 2017 milestone Apr 12, 2017
@aeschli aeschli modified the milestones: May 2017, April 2017 Apr 25, 2017
@bpasero bpasero changed the title Change the colour of warning Change the colour of warning/error squiggles May 21, 2017
@bpasero
Copy link
Member

bpasero commented May 22, 2017

PR: #27053

aeschli added a commit that referenced this issue May 22, 2017
Theming: Allow to change the colour of warning/error squiggles (fixes #9819)
@alextreppass
Copy link

alextreppass commented Aug 25, 2017

For anyone coming here from google, you can override this in user settings:

  "workbench.colorCustomizations": {
      "editorWarning.foreground": "#FFAA00"
  }

See further: https://code.visualstudio.com/docs/getstarted/theme-color-reference

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality themes Color theme issues ux User experience issues
Projects
None yet
Development

No branches or pull requests

7 participants