diff options
| author | Alexander Taylor <alex@vector35.com> | 2024-07-22 15:08:31 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-08-12 10:39:02 -0400 |
| commit | 9dcede6e98ead20ebeca926027abf09ad8450584 (patch) | |
| tree | 152bd660290886816a207e5a98a1b6865de40fa0 | |
| parent | c021a100bad30219de5011cad6264a6289418005 (diff) | |
Document when stack theme color is valid.
Closes #5403.
| -rw-r--r-- | docs/dev/themes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/themes.md b/docs/dev/themes.md index 35a0b90e..69d12576 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`) +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 |
