mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-12-06 22:26:23 +08:00
Minor theme and help fixes
This commit is contained in:
@@ -19,7 +19,7 @@ color.bg.decompiler.current.variable = color.palette.highlight.transparent.yello
|
||||
color.bg.decompiler.highlights.middle.mouse = color.bg.highlight
|
||||
color.bg.decompiler.highlights.default = color.palette.highlight.transparent.yellow
|
||||
color.bg.decompiler.highlights.special = color.palette.crimson
|
||||
color.bg.decompiler.highlights.find = color.palette.cornflowerblue
|
||||
color.bg.decompiler.highlights.find = color.palette.lightsteelblue
|
||||
color.bg.decompiler.highlights.find.active = color.palette.lightskyblue
|
||||
|
||||
color.bg.decompiler.pcode.dfg.vertex.default = color.palette.red
|
||||
@@ -49,4 +49,4 @@ font.decompiler.pcode.dfg = font.graphdisplay.default
|
||||
|
||||
[Dark Defaults]
|
||||
|
||||
|
||||
color.bg.decompiler.highlights.find = color.palette.cornflowerblue
|
||||
|
||||
@@ -312,11 +312,11 @@
|
||||
<P>Consider the view where the files in the current project are presented in your choice of
|
||||
a tree or a table. Suppose there are minimally these two files:</P>
|
||||
|
||||
<UL>
|
||||
<LI>'foo.dll', compiled by GCC on January 21st, and 'foo_new.dll',</LI>
|
||||
<UL>
|
||||
<LI>'foo.dll', compiled by GCC on January 21st, and </LI>
|
||||
|
||||
<LI>compiled by Visual Studio on January 21st.</LI>
|
||||
</UL>
|
||||
<LI>'foo_new.dll', compiled by Visual Studio on January 21st.</LI>
|
||||
</UL>
|
||||
|
||||
<P>The filter</P>
|
||||
|
||||
@@ -537,10 +537,10 @@
|
||||
</CENTER><BR>
|
||||
|
||||
|
||||
<P>Notice that the headers for both the <B>Label</B> and <B>Function Size</B> columns have
|
||||
the <IMG alt="" src="images/view-filter.png"> icon. This indicates that there is an applied
|
||||
column based filter and those columns are the ones whose values are affected by the
|
||||
filter.</P>
|
||||
<P>Notice that the headers for both the <B>Label</B> and <B>Function Size</B> columns have
|
||||
the <IMG alt="" src="icon.widget.filterpanel.filter.off"> icon. This indicates that there
|
||||
is an applied column based filter and those columns are the ones whose values are affected
|
||||
by the filter.</P>
|
||||
</BLOCKQUOTE>
|
||||
</BLOCKQUOTE>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user