gaearon / subliminal

An opinionated minimalistic VS Code theme for JavaScript
https://marketplace.visualstudio.com/items?itemName=gaearon.subliminal
MIT License
631 stars 25 forks source link

Low contrast text in VS Code's integrated terminal prompt. #20

Closed leggomuhgreggo closed 6 years ago

leggomuhgreggo commented 6 years ago

Reporting in case others have this issue:

VSCode's integrated terminal respects my zsh terminal theme, which is awesome. When I installed Subliminal theme the terminal prompt's text didn't have sufficiently high contrast.

Adding this to user settings smoothed it out:

  "workbench.colorCustomizations": {
    "terminal.ansiBlack": "#222222",
  },

Thanks!