Skip to content

Commit 9dcede6

Browse files
committed
Document when stack theme color is valid.
Closes #5403.
1 parent c021a10 commit 9dcede6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Colors marked "*required*" must be specified. Unmarked colors will hold default
117117
3. `numberColor` (*required*) - Used to color number literals (e.g. `0xf0`)
118118
4. `codeSymbolColor` (*required*) - Used to color local function names (e.g. `sub_100003c50`)
119119
5. `dataSymbolColor` (*required*) - Used to color data symbols (e.g. `data_100003e2c`)
120-
6. `stackVariableColor` (*required*) - Used to color stack variables (e.g `var_8`)
120+
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)
121121
7. `importColor` (*required*) - Used to color imported function names (e.g. `printf`)
122122
8. `annotationColor` (*required*) - Used to color annotations (e.g. hints), not shown in picture above
123123
9. `commentColor` - Used to color code comments

0 commit comments

Comments
 (0)