Use variable for highlighting code (#1216)

This commit is contained in:
Shati Patel
2022-03-17 10:08:42 +00:00
committed by GitHub
parent 517feeca21
commit f36048cc95

View File

@@ -7,7 +7,7 @@ import { createRemoteFileRef } from '../../pure/location-link-utils';
const borderColor = 'var(--vscode-editor-snippetFinalTabstopHighlightBorder)';
const warningColor = '#966C23';
const highlightColor = '#534425';
const highlightColor = 'var(--vscode-editor-findMatchHighlightBackground)';
const getSeverityColor = (severity: ResultSeverity) => {
switch (severity) {