Skip to content

Commit 852c789

Browse files
Color token for active terminal tab indicator (#227)
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
1 parent 274fb9c commit 852c789

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

themes/nord-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@
281281
"terminal.ansiBrightMagenta": "#b48ead",
282282
"terminal.ansiBrightCyan": "#8fbcbb",
283283
"terminal.ansiBrightWhite": "#eceff4",
284+
"terminal.tab.activeBorder": "#88c0d0",
284285
"textBlockQuote.background": "#3b4252",
285286
"textBlockQuote.border": "#81a1c1",
286287
"textCodeBlock.background": "#4c566a",

0 commit comments

Comments
 (0)