Skip to content

Commit c698750

Browse files
committed
Use dim color for address column in asm view
1 parent a06d345 commit c698750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objdiff-core/src/diff/display.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ pub fn display_row(
181181
}
182182
cb(DiffTextSegment {
183183
text: DiffText::Address(ins_ref.address.saturating_sub(resolved.symbol.address)),
184-
color: base_color,
184+
color: DiffTextColor::Dim,
185185
pad_to: 5,
186186
})?;
187187
if let Some(branch) = &ins_row.branch_from {

0 commit comments

Comments
 (0)