We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VS Code 1.59 (July 2021) introduced a new color token for active terminal tab indicators. It will be added to make it conform with Nord's theme style:
terminal.tab.activeBorder
The text was updated successfully, but these errors were encountered:
Color token for active terminal tab indicator
9c5d619
VS Code 1.59 [1] (July 2021) introduced a new color token for active terminal tab indicators [2]. It has been added to make it conform with Nord's theme style: - `terminal.tab.activeBorder` - color for the border on the side of the terminal tab in the panel. [1]: https://code.visualstudio.com/updates/v1_59 [2]: https://code.visualstudio.com/updates/v1_59#_active-terminal-tab-indicator GH-226
Color token for active terminal tab indicator (#227)
852c789
VS Code 1.59 [1] (July 2021) introduced a new color token for active terminal tab indicators [2]. It has been added to make it conform with Nord's theme style: - `terminal.tab.activeBorder` - color for the border on the side of the terminal tab in the panel. [1]: https://code.visualstudio.com/updates/v1_59 [2]: https://code.visualstudio.com/updates/v1_59#_active-terminal-tab-indicator Closes GH-226
ae5cbe7
Successfully merging a pull request may close this issue.
VS Code 1.59 (July 2021) introduced a new color token for active terminal tab indicators.
It will be added to make it conform with Nord's theme style:
terminal.tab.activeBorder
— color for the border on the side of the terminal tab in the panel.The text was updated successfully, but these errors were encountered: