Adopt terminal active tab color in new themes

Fixes #169313
This commit is contained in:
Daniel Imms 2022-12-15 11:53:53 -08:00
parent 4118cc6b9f
commit d07a36c9ca
No known key found for this signature in database
GPG key ID: E5CF412B63651C69
2 changed files with 2 additions and 0 deletions

View file

@ -123,6 +123,7 @@
"tab.unfocusedActiveBorderTop": "#ffffff15",
"tab.unfocusedHoverBackground": "#6e76811a",
"terminal.foreground": "#ffffffc5",
"terminal.tab.activeBorder": "#2488d8",
"textBlockQuote.background": "#010409",
"textBlockQuote.border": "#ffffff14",
"textCodeBlock.background": "#6e768166",

View file

@ -137,6 +137,7 @@
"tab.unfocusedHoverBackground": "#6e76811a",
"terminal.foreground": "#ffffffc5",
"terminal.inactiveSelectionBackground": "#E5EBF1",
"terminal.tab.activeBorder": "#005fb8",
"textBlockQuote.background": "#f8f8f8",
"textBlockQuote.border": "#0000001a",
"textCodeBlock.background": "#6e768166",