Skip to content

Commit 9352626

Browse files
committed
fix terminal active border
1 parent a3aadde commit 9352626

2 files changed

Lines changed: 5 additions & 13 deletions

File tree

themes/github-sharp-dark-theme.color-theme.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"terminal.ansiBrightYellow": "#ddc912",
8181
"terminal.ansiBlack": "#272f35",
8282
"terminal.ansiBrightBlack": "#797979",
83+
"terminal.tab.activeBorder": "#00000000",
8384
"editor.findMatchBackground": "#724f2a",
8485
"editor.findMatchHighlightBackground": "#4d4741",
8586
"menu.background": "#24292e",
@@ -108,19 +109,13 @@
108109
}
109110
},
110111
{
111-
"scope": [
112-
"strong",
113-
"markup.heading.markdown",
114-
"markup.bold.markdown"
115-
],
112+
"scope": ["strong", "markup.heading.markdown", "markup.bold.markdown"],
116113
"settings": {
117114
"fontStyle": "bold"
118115
}
119116
},
120117
{
121-
"scope": [
122-
"markup.italic.markdown"
123-
],
118+
"scope": ["markup.italic.markdown"],
124119
"settings": {
125120
"fontStyle": "italic"
126121
}
@@ -133,11 +128,7 @@
133128
}
134129
},
135130
{
136-
"scope": [
137-
"comment",
138-
"markup.fenced_code",
139-
"markup.inline"
140-
],
131+
"scope": ["comment", "markup.fenced_code", "markup.inline"],
141132
"settings": {
142133
"foreground": "#6a737d"
143134
}

themes/github-sharp-theme.color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"sideBar.border": "#cecece",
4646
"panel.background": "#f3f3f3",
4747
"terminal.background": "#f3f3f3",
48+
"terminal.tab.activeBorder": "#00000000",
4849
"sideBarSectionHeader.background": "#e6e6e6",
4950
"sideBarSectionHeader.foreground": "#616161",
5051
"list.activeSelectionBackground": "#5790be",

0 commit comments

Comments
 (0)