2

I want to see what colors from current theme vscode uses in integrated terminal to make my standard terminal looking the same as vscode.

EDIT: I wrote how to SEE. Not how to OVERRIDE.

Mark
  • 143,421
  • 24
  • 428
  • 436
  • Looks like a duplicate https://stackoverflow.com/questions/42307949/color-theme-for-vs-code-integrated-terminal – Zed May 01 '18 at 09:03
  • Possible duplicate of [Color theme for VS Code integrated terminal](https://stackoverflow.com/questions/42307949/color-theme-for-vs-code-integrated-terminal) – Jesse May 01 '18 at 09:47

1 Answers1

3

Use the Developer: Generate color theme from current settings command. This outputs a new theme file with all the current color values. The terminal colors are under colors.terminal*

Matt Bierner
  • 58,117
  • 21
  • 175
  • 206