Skip to content

Commit bc6e1f5

Browse files
author
Benjamin Pasero
committed
💄
1 parent f78fa11 commit bc6e1f5

3 files changed

Lines changed: 8 additions & 14 deletions

File tree

build/gulpfile.vscode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ function packageTask(platform, arch, opts) {
268268
.pipe(util.cleanNodeModule('oniguruma', ['binding.gyp', 'build/**', 'src/**', 'deps/**'], ['**/*.node']))
269269
.pipe(util.cleanNodeModule('windows-mutex', ['binding.gyp', 'build/**', 'src/**'], ['**/*.node']))
270270
.pipe(util.cleanNodeModule('native-keymap', ['binding.gyp', 'build/**', 'src/**', 'deps/**'], ['**/*.node']))
271+
.pipe(util.cleanNodeModule('jschardet', ['dist/**']))
271272
.pipe(util.cleanNodeModule('windows-foreground-love', ['binding.gyp', 'build/**', 'src/**'], ['**/*.node']))
272273
.pipe(util.cleanNodeModule('gc-signals', ['binding.gyp', 'build/**', 'src/**', 'deps/**'], ['**/*.node', 'src/index.js']))
273274
.pipe(util.cleanNodeModule('v8-profiler', ['binding.gyp', 'build/**', 'src/**', 'deps/**'], ['**/*.node', 'src/index.js']))

src/vs/base/parts/quickopen/browser/quickopen.css

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,19 +121,17 @@
121121
box-shadow: 0 5px 8px #000;
122122
}
123123

124-
.quick-open-widget .quick-open-tree .quick-open-entry .quick-open-help-entry-label {
125-
color: #007ACC;
126-
}
127-
128-
.vs-dark .quick-open-widget .quick-open-tree .quick-open-entry .quick-open-help-entry-label {
129-
color: #0097FB;
124+
.hc-black .quick-open-widget {
125+
box-shadow: none;
130126
}
131127

132-
.quick-open-widget .quick-open-tree .results-group {
128+
.quick-open-widget .quick-open-tree .results-group,
129+
.quick-open-widget .quick-open-tree .quick-open-entry .quick-open-help-entry-label {
133130
color: #007ACC;
134131
}
135132

136-
.vs-dark .quick-open-widget .quick-open-tree .results-group {
133+
.vs-dark .quick-open-widget .quick-open-tree .results-group,
134+
.vs-dark .quick-open-widget .quick-open-tree .quick-open-entry .quick-open-help-entry-label {
137135
color: #0097FB;
138136
}
139137

@@ -168,10 +166,6 @@
168166
color: inherit;
169167
}
170168

171-
.hc-black .quick-open-widget {
172-
box-shadow: none;
173-
}
174-
175169
.hc-black .quick-open-widget .monaco-tree.focused .monaco-tree-row.focused:not(.highlighted) > .content.actions > .primary-action-bar,
176170
.hc-black .quick-open-widget .monaco-tree.focused .monaco-tree-row.selected:not(.highlighted) > .content.actions > .primary-action-bar,
177171
.hc-black .quick-open-widget .monaco-tree .monaco-tree-row.focused:not(.highlighted) > .content.actions > .primary-action-bar,

src/vs/workbench/parts/search/browser/media/searchviewlet.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,7 @@
409409
}
410410

411411
.vs-dark .search-viewlet .global-exclude input.disabled {
412-
color: #FFF;
413-
opacity: .5;
412+
opacity: .5 !important;
414413
}
415414

416415
.vs-dark .search-viewlet .filematch {

0 commit comments

Comments
 (0)