Skip to content

Commit f36048c

Browse files
authored
Use variable for highlighting code (#1216)
1 parent 517feec commit f36048c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/remote-queries/view/FileCodeSnippet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { createRemoteFileRef } from '../../pure/location-link-utils';
77

88
const borderColor = 'var(--vscode-editor-snippetFinalTabstopHighlightBorder)';
99
const warningColor = '#966C23';
10-
const highlightColor = '#534425';
10+
const highlightColor = 'var(--vscode-editor-findMatchHighlightBackground)';
1111

1212
const getSeverityColor = (severity: ResultSeverity) => {
1313
switch (severity) {

0 commit comments

Comments
 (0)