Skip to content

Commit bbfe6ca

Browse files
committed
update theme
1 parent 417cbcf commit bbfe6ca

2 files changed

Lines changed: 6 additions & 16 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"editor.lineHighlightBackground": "#353e49",
2121
"list.activeSelectionBackground": "#223c53",
2222
"list.inactiveSelectionBackground": "#223241",
23-
"list.focusBackground": "#2a3538",
23+
"quickInput.list.focusBackground": "#2a3538",
2424
"list.hoverBackground": "#2a3538",
2525
"list.highlightForeground": "#2e78b8",
2626
"list.activeSelectionForeground": "#c9c9c9",

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

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"sideBarSectionHeader.foreground": "#616161",
5050
"list.activeSelectionBackground": "#5790be",
5151
"list.inactiveSelectionBackground": "#d0e2f0",
52-
"list.focusBackground": "#c7c7c7",
52+
"quickInput.list.focusBackground": "#c7c7c7",
5353
"activityBarBadge.background": "#d64926",
5454
"editorSuggestWidget.selectedBackground": "#c7c7c7",
5555
"menu.background": "#24292e",
@@ -83,19 +83,13 @@
8383
}
8484
},
8585
{
86-
"scope": [
87-
"strong",
88-
"markup.heading.markdown",
89-
"markup.bold.markdown"
90-
],
86+
"scope": ["strong", "markup.heading.markdown", "markup.bold.markdown"],
9187
"settings": {
9288
"fontStyle": "bold"
9389
}
9490
},
9591
{
96-
"scope": [
97-
"markup.italic.markdown"
98-
],
92+
"scope": ["markup.italic.markdown"],
9993
"settings": {
10094
"fontStyle": "italic"
10195
}
@@ -108,11 +102,7 @@
108102
}
109103
},
110104
{
111-
"scope": [
112-
"comment",
113-
"markup.fenced_code",
114-
"markup.inline"
115-
],
105+
"scope": ["comment", "markup.fenced_code", "markup.inline"],
116106
"settings": {
117107
"foreground": "#6a737d"
118108
}
@@ -212,4 +202,4 @@
212202
}
213203
}
214204
]
215-
}
205+
}

0 commit comments

Comments
 (0)