You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/themes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Colors marked "*required*" must be specified. Unmarked colors will hold default
117
117
3.`numberColor` (*required*) - Used to color number literals (e.g. `0xf0`)
118
118
4.`codeSymbolColor` (*required*) - Used to color local function names (e.g. `sub_100003c50`)
119
119
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)
121
121
7.`importColor` (*required*) - Used to color imported function names (e.g. `printf`)
122
122
8.`annotationColor` (*required*) - Used to color annotations (e.g. hints), not shown in picture above
0 commit comments