From a0e59b90f9561444f21c98bf38a094ecb9aa8acc Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 15 Apr 2020 17:56:06 -0400 Subject: small tweak to high contrast theme for better linear view --- themes/high-contrast.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/high-contrast.theme b/themes/high-contrast.theme index ecaf7c7c..c09e1642 100644 --- a/themes/high-contrast.theme +++ b/themes/high-contrast.theme @@ -82,8 +82,8 @@ "tokenHighlightColor": "red", "annotationColor": "red", "opcodeColor": "disabled", - "linearDisassemblyFunctionHeaderColor": "backgroundHighlight", - "linearDisassemblyBlockColor": "background", + "linearDisassemblyFunctionHeaderColor": "background", + "linearDisassemblyBlockColor": "backgroundHighlight", "linearDisassemblyNoteColor": ["~", "+", "backgroundDark", "background", "green", 48], "linearDisassemblySeparatorColor": "disabled", "stringColor": "magenta", -- cgit v1.3.1