summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-02-13 17:55:15 -0500
committerJordan Wiens <jordan@psifertex.com>2024-02-13 17:55:15 -0500
commit795897f3d8fd8013a9b33023027ae7668b0af341 (patch)
tree70a5853220d7b36dd9311e7b9aa40edb979b8252 /docs/guide
parent7a3d16a942c6968bcebe91f8d418e730a2e8477d (diff)
update feature map doc colors with new theme
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/index.md12
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);">&nbsp;&nbsp;</span> Blue represents code in functions
-- <span style="background-color: rgb(237, 189, 129); color: rgb(237, 189, 129);">&nbsp;&nbsp;</span> Orange represents imports and externs
-- <span style="background-color: rgb(162, 217, 175); color: rgb(162, 217, 175);">&nbsp;&nbsp;</span> Green represents ASCII strings
-- <span style="background-color: rgb(222, 143, 151); color: rgb(222, 143, 151);">&nbsp;&nbsp;</span> Red represents Unicode strings
-- <span style="background-color: rgb(144, 144, 144); color: rgb(144, 144, 144);">&nbsp;&nbsp;</span> Grey represents data variables
-- <span style="background-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">&nbsp;&nbsp;</span> Black is the base color when nothing else exists there
+- <span style="background-color: rgb(164, 183, 241); color: rgb(164, 183, 241);">&nbsp;&nbsp;</span> Blue represents code in functions
+- <span style="background-color: rgb(244, 188, 129); color: rgb(244, 188, 129);">&nbsp;&nbsp;</span> Orange represents imports and externs
+- <span style="background-color: rgb(129, 238, 158); color: rgb(129, 238, 158);">&nbsp;&nbsp;</span> Green represents ASCII strings
+- <span style="background-color: rgb(241, 123, 113); color: rgb(241, 123, 113);">&nbsp;&nbsp;</span> Red represents Unicode strings
+- <span style="background-color: rgb(150, 144, 137); color: rgb(150, 144, 137);">&nbsp;&nbsp;</span> Grey represents data variables
+- <span style="background-color: rgb(15, 17, 17); color: rgb(15, 17, 17);">&nbsp;&nbsp;</span> Black is the base color when nothing else exists there
## Using the Keyboard