From 795897f3d8fd8013a9b33023027ae7668b0af341 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 13 Feb 2024 17:55:15 -0500 Subject: update feature map doc colors with new theme --- docs/guide/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/guide') 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: --    Blue represents code in functions --    Orange represents imports and externs --    Green represents ASCII strings --    Red represents Unicode strings --    Grey represents data variables --    Black is the base color when nothing else exists there +-    Blue represents code in functions +-    Orange represents imports and externs +-    Green represents ASCII strings +-    Red represents Unicode strings +-    Grey represents data variables +-    Black is the base color when nothing else exists there ## Using the Keyboard -- cgit v1.3.1