From bd9959730fe1a8c9b9fc65664ba1bc98a53a0d85 Mon Sep 17 00:00:00 2001 From: Andras Gemes Date: Fri, 15 Nov 2024 12:47:28 +0100 Subject: [PATCH] Gui: Rework listing highlighter colors (dark theme) --- Ghidra/Features/Base/certification.manifest | 1 - Ghidra/Features/Base/data/base.listing.theme.properties | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Ghidra/Features/Base/certification.manifest b/Ghidra/Features/Base/certification.manifest index 0fc0541072..197fae7184 100644 --- a/Ghidra/Features/Base/certification.manifest +++ b/Ghidra/Features/Base/certification.manifest @@ -821,7 +821,6 @@ src/main/resources/images/field.header.up.png||GHIDRA||||END| src/main/resources/images/fingerPointer.png||GHIDRA||||END| src/main/resources/images/flag-green.png||Oxygen Icons - LGPL 3.0|||Oxygen icon theme (dual license; LGPL or CC-SA-3.0)|END| src/main/resources/images/flag-yellow.png||Oxygen Icons - LGPL 3.0|||Oxygen icon theme (dual license; LGPL or CC-SA-3.0)|END| -src/main/resources/images/folder-downloads-32.png||Oxygen Icons - LGPL 3.0|||Oxygen icon theme (dual license; LGPL or CC-SA-3.0)|END| src/main/resources/images/format-text-bold.png||Tango Icons - Public Domain|||tango icon set|END| src/main/resources/images/functionDef.png||GHIDRA||||END| src/main/resources/images/function_graph.png||FAMFAMFAM Icons - CC 2.5|||famfamfam silk icon set|END| diff --git a/Ghidra/Features/Base/data/base.listing.theme.properties b/Ghidra/Features/Base/data/base.listing.theme.properties index 4cdde768db..011ac31202 100644 --- a/Ghidra/Features/Base/data/base.listing.theme.properties +++ b/Ghidra/Features/Base/data/base.listing.theme.properties @@ -115,9 +115,8 @@ font.listing.header = SansSerif-PLAIN-11 color.bg.highlight.listing.diff = #4D4D2A -// non-palette colors; these are currently ugly, but bright enough for easy scanning -color.bg.listing.highlighter.default = yellow -color.bg.listing.highlighter.scoped.read = darkorange -color.bg.listing.highlighter.scoped.write = lime +color.bg.listing.highlighter.default = #666600 +color.bg.listing.highlighter.scoped.read = #996600 +color.bg.listing.highlighter.scoped.write = #009900