From 5f21429815bfa13bc167aff4a9785424675b82b6 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 11 Sep 2025 18:29:59 -0400 Subject: Docs grammar and spelling fixes --- docs/dev/themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev/themes.md') diff --git a/docs/dev/themes.md b/docs/dev/themes.md index 8f005b0e..1ca13bf1 100644 --- a/docs/dev/themes.md +++ b/docs/dev/themes.md @@ -117,7 +117,7 @@ Colors marked "*required*" must be specified. Unmarked colors will hold default 3. `numberColor` (*required*) - Used to color number literals (e.g. `0xf0`) 4. `codeSymbolColor` (*required*) - Used to color local function names (e.g. `sub_100003c50`) 5. `dataSymbolColor` (*required*) - Used to color data symbols (e.g. `data_100003e2c`) -6. `stackVariableColor` (*required*) - Used to color stack variables (e.g `var_8`) in disassembly and LLIL (the stack [does not exist](bnil-mlil.md) in MLIL and above) +6. `stackVariableColor` (*required*) - Used to color stack variables (e.g. `var_8`) in disassembly and LLIL (the stack [does not exist](bnil-mlil.md) in MLIL and above) 7. `importColor` (*required*) - Used to color imported function names (e.g. `printf`) 8. `annotationColor` (*required*) - Used to color annotations (e.g. hints), not shown in picture above 9. `commentColor` - Used to color code comments @@ -223,7 +223,7 @@ Both the graph background and individual graph nodes are actually painted as a g 1. `featureMapBaseColor` - Used to color the background 2. `featureMapNavLineColor` - Used to color the line(s) that represent where you are in the binary -3. `featureMapNavHighlightColor` - Used as a highlight outside of the navigation line(s) +3. `featureMapNavHighlightColor` - Used as a highlight outside the navigation line(s) 4. `featureMapDataVariableColor` - Used to highlight any area containing data variables 5. `featureMapAsciiStringColor` - Used to highlight any area containing ASCII strings 6. `featureMapUnicodeStringColor` - Used to highlight any area containing Unicode strings -- cgit v1.3.1