kleber-swf / vscode-ocean-dark-extended-theme

Available on VS Code Marketplace
https://marketplace.visualstudio.com/items?itemName=kleber-swf.ocean-dark-extended
MIT License
12 stars 8 forks source link

terminal.ansiBrightBlue is of the same color as the background #3

Closed LiquidPL closed 5 years ago

LiquidPL commented 6 years ago

This leads to some weird stuff like here:

image

as opposed to default theme:

image

marpala commented 6 years ago

Same problem here

dotiful commented 5 years ago

same. as a temporary workaround, i fixed it like this

"workbench.colorCustomizations":
  "terminal.ansiBrightBlue": "#8fa1b3"
}
kleber-swf commented 5 years ago

Sorry for the delay, guys. Just published the version 1.5.0 fixing this issue. Actually all terminal colors were revised. Thanks for the patience. And special thanks to @jonathansimmons for the PR and @dotiful for the quick fix!