From a8e2b521f29d0e1bec3106640e03481715cd32b0 Mon Sep 17 00:00:00 2001 From: dragonmacher <48328597+dragonmacher@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:37:27 -0500 Subject: [PATCH] GP-5108 - Updated Flat Dark table inactive selection color --- Ghidra/Framework/Gui/data/gui.theme.properties | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Ghidra/Framework/Gui/data/gui.theme.properties b/Ghidra/Framework/Gui/data/gui.theme.properties index 25283c911d..47965ebae8 100644 --- a/Ghidra/Framework/Gui/data/gui.theme.properties +++ b/Ghidra/Framework/Gui/data/gui.theme.properties @@ -137,10 +137,17 @@ icon.make.selection = stack.png // the Metal LaF overrides combo box rendering with this line: "ComboBox.background", control color.bg.combobox.row = [color]system.color.bg.control + + [Flat Dark] [laf.boolean]ToolBar.focusableButtons = true +// the default table selection inactive background color is hard to see +[laf.color]Table.selectionInactiveBackground = #0B4D4D + + + [Flat Light] [laf.boolean]ToolBar.focusableButtons = true