diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-04-15 17:56:06 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-04-15 17:56:06 -0400 |
| commit | a0e59b90f9561444f21c98bf38a094ecb9aa8acc (patch) | |
| tree | 20f3bcf4e34d7c7bba999e267e567c622e027f69 /themes | |
| parent | 44ef370ab0e2ae9cc785072978f943ac41e6d477 (diff) | |
small tweak to high contrast theme for better linear view
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/high-contrast.theme | 4 |
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", |
