From adfb8377060a4af6b06dbba2751346a1dff3fb26 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Fri, 22 Nov 2024 15:04:02 -0500 Subject: Update theme docs to include indentation lines. --- docs/dev/themes.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'docs/dev') diff --git a/docs/dev/themes.md b/docs/dev/themes.md index 69d12576..f4b3ee98 100644 --- a/docs/dev/themes.md +++ b/docs/dev/themes.md @@ -168,14 +168,12 @@ Each byte in hex view is given a background color based on its value. Values bet ![Linear View Theme Diagram](../img/themes-linear.png) -1. `linearDisassemblyFunctionHeaderColor` (*required*) - Used as the background for function - headers in linear view -2. `linearDisassemblyBlockColor` (*required*) - Used as the background for function bodies in - linear view -3. `linearDisassemblyNoteColor` (*required*) - Used as the background color for note blocks in - linear view, such as the info block found at the start of linear view -4. `linearDisassemblySeparatorColor` (*required*) - Used as the separator/border color between - major elements in linear view +1. `linearDisassemblyFunctionHeaderColor` (*required*) - Used as the background for function headers in linear view +2. `linearDisassemblyBlockColor` (*required*) - Used as the background for function bodies in linear view +3. `linearDisassemblyNoteColor` (*required*) - Used as the background color for note blocks in linear view, such as the info block found at the start of linear view +4. `linearDisassemblySeparatorColor` (*required*) - Used as the separator/border color between major elements in linear view +5. `indentationLineColor` - Used to color the indentation line, not shown in picture above +6. `indentationLineHighlightColor` - Used to highlight the indentation line (such as when selecting it), not shown in picture above #### Graph View -- cgit v1.3.1