summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-04-15 17:56:06 -0400
committerJordan Wiens <jordan@psifertex.com>2020-04-15 17:56:06 -0400
commita0e59b90f9561444f21c98bf38a094ecb9aa8acc (patch)
tree20f3bcf4e34d7c7bba999e267e567c622e027f69 /themes
parent44ef370ab0e2ae9cc785072978f943ac41e6d477 (diff)
small tweak to high contrast theme for better linear view
Diffstat (limited to 'themes')
-rw-r--r--themes/high-contrast.theme4
1 files changed, 2 insertions, 2 deletions
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",