summaryrefslogtreecommitdiff
path: root/docs/dev/themes.md
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2024-11-22 15:04:02 -0500
committerAlexander Taylor <alex@vector35.com>2024-11-22 15:04:02 -0500
commitadfb8377060a4af6b06dbba2751346a1dff3fb26 (patch)
tree6d462a5a334a6cd0f4125cca48dfcf8a40e2e6be /docs/dev/themes.md
parent25624f907738883794c91dbe013aa9ae3e39d840 (diff)
Update theme docs to include indentation lines.
Diffstat (limited to 'docs/dev/themes.md')
-rw-r--r--docs/dev/themes.md14
1 files changed, 6 insertions, 8 deletions
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