We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517feec commit f36048cCopy full SHA for f36048c
1 file changed
extensions/ql-vscode/src/remote-queries/view/FileCodeSnippet.tsx
@@ -7,7 +7,7 @@ import { createRemoteFileRef } from '../../pure/location-link-utils';
7
8
const borderColor = 'var(--vscode-editor-snippetFinalTabstopHighlightBorder)';
9
const warningColor = '#966C23';
10
-const highlightColor = '#534425';
+const highlightColor = 'var(--vscode-editor-findMatchHighlightBackground)';
11
12
const getSeverityColor = (severity: ResultSeverity) => {
13
switch (severity) {
0 commit comments