diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-02-13 17:55:15 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-02-13 17:55:15 -0500 |
| commit | 795897f3d8fd8013a9b33023027ae7668b0af341 (patch) | |
| tree | 70a5853220d7b36dd9311e7b9aa40edb979b8252 /docs | |
| parent | 7a3d16a942c6968bcebe91f8d418e730a2e8477d (diff) | |
update feature map doc colors with new theme
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/index.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md index 6258fa7f..476e214d 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -205,12 +205,12 @@ TODO: Document pane synchronization, splitting, etc in more detail. The Feature Map is also displayed on the right of the main pane area. It provides a visual summary of the entire binary with different colors representing data variables, code, strings, functions/code, imports, externs, and libraries. It can be moved or hidden via the right-click menu. Note that these colors are theme-aware and will change if your theme does, but on the default Ninja Edit theme: -- <span style="background-color: rgb(128, 198, 233); color: rgb(128, 198, 233);"> </span> Blue represents code in functions -- <span style="background-color: rgb(237, 189, 129); color: rgb(237, 189, 129);"> </span> Orange represents imports and externs -- <span style="background-color: rgb(162, 217, 175); color: rgb(162, 217, 175);"> </span> Green represents ASCII strings -- <span style="background-color: rgb(222, 143, 151); color: rgb(222, 143, 151);"> </span> Red represents Unicode strings -- <span style="background-color: rgb(144, 144, 144); color: rgb(144, 144, 144);"> </span> Grey represents data variables -- <span style="background-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"> </span> Black is the base color when nothing else exists there +- <span style="background-color: rgb(164, 183, 241); color: rgb(164, 183, 241);"> </span> Blue represents code in functions +- <span style="background-color: rgb(244, 188, 129); color: rgb(244, 188, 129);"> </span> Orange represents imports and externs +- <span style="background-color: rgb(129, 238, 158); color: rgb(129, 238, 158);"> </span> Green represents ASCII strings +- <span style="background-color: rgb(241, 123, 113); color: rgb(241, 123, 113);"> </span> Red represents Unicode strings +- <span style="background-color: rgb(150, 144, 137); color: rgb(150, 144, 137);"> </span> Grey represents data variables +- <span style="background-color: rgb(15, 17, 17); color: rgb(15, 17, 17);"> </span> Black is the base color when nothing else exists there ## Using the Keyboard |
