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

Debug console text and input icon colors #197

Closed
arcticicestudio opened this issue Jun 11, 2021 · 0 comments · Fixed by #198
Closed

Debug console text and input icon colors #197

arcticicestudio opened this issue Jun 11, 2021 · 0 comments · Fixed by #198

Comments

@arcticicestudio
Copy link
Contributor

VS Code 1.46 (May 2020) introduced new debug console colors for text of messages and the input icon.

The following theme keys will be added to make it conform with Nord's theme style:

  • debugConsole.infoForeground — foreground color for info messages in the debug console.
  • debugConsole.warningForeground — foreground color for warning messages in the debug console.
  • debugConsole.errorForeground — foreground color for error messages in the debug console.
  • debugConsole.sourceForeground — foreground color for source filenames in the debug console.
  • debugConsoleInputIcon.foreground — foreground color for the debug console input marker icon.
@arcticicestudio arcticicestudio added this to the Next milestone Jun 11, 2021
@arcticicestudio arcticicestudio changed the title Debug console text and icon colors Debug console text and input icon colors Jun 11, 2021
arcticicestudio added a commit that referenced this issue Jun 11, 2021
VS Code 1.46 [1] (May 2020) introduced new debug console colors [2] for
text of messages and the input icon.

The following theme keys have been added to make it conform with Nord's
theme style:

- `debugConsole.infoForeground` - foreground color for info messages in
  the debug console.
- `debugConsole.warningForeground` - foreground color for warning
  messages in the debug console.
- `debugConsole.errorForeground` - foreground color for error messages
  in the debug console.
- `debugConsole.sourceForeground` - foreground color for source
  filenames in the debug console.
- `debugConsoleInputIcon.foreground` - foreground color for the debug
  console input marker icon.

[1]: https://code.visualstudio.com/updates/v1_46
[2]: https://code.visualstudio.com/updates/v1_46#_new-debug-console-theme-colors

Co-authored-by: Sven Greb <development@svengreb.de>

GH-197
arcticicestudio added a commit that referenced this issue Jun 11, 2021
VS Code 1.46 [1] (May 2020) introduced new debug console colors [2] for
text of messages and the input icon.

The following theme keys have been added to make it conform with Nord's
theme style:

- `debugConsole.infoForeground` - foreground color for info messages in
  the debug console.
- `debugConsole.warningForeground` - foreground color for warning
  messages in the debug console.
- `debugConsole.errorForeground` - foreground color for error messages
  in the debug console.
- `debugConsole.sourceForeground` - foreground color for source
  filenames in the debug console.
- `debugConsoleInputIcon.foreground` - foreground color for the debug
  console input marker icon.

[1]: https://code.visualstudio.com/updates/v1_46
[2]: https://code.visualstudio.com/updates/v1_46#_new-debug-console-theme-colors

Co-authored-by: Sven Greb <development@svengreb.de>

Closes GH-197
arcticicestudio added a commit that referenced this issue Jun 19, 2021
VS Code 1.46 [1] (May 2020) introduced new debug console colors [2] for
text of messages and the input icon.

The following theme keys have been added to make it conform with Nord's
theme style:

- `debugConsole.infoForeground` - foreground color for info messages in
  the debug console.
- `debugConsole.warningForeground` - foreground color for warning
  messages in the debug console.
- `debugConsole.errorForeground` - foreground color for error messages
  in the debug console.
- `debugConsole.sourceForeground` - foreground color for source
  filenames in the debug console.
- `debugConsoleInputIcon.foreground` - foreground color for the debug
  console input marker icon.

[1]: https://code.visualstudio.com/updates/v1_46
[2]: https://code.visualstudio.com/updates/v1_46#_new-debug-console-theme-colors

Co-authored-by: Sven Greb <development@svengreb.de>

Closes GH-197
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants