From d32764fa11c33b13ab9dce063f36786c8c003f4f Mon Sep 17 00:00:00 2001 From: dragonmacher <48328597+dragonmacher@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:34:56 -0400 Subject: [PATCH] GP-3959 - Theming - Fixed light foreground color in Motif --- Ghidra/Framework/Gui/data/gui.palette.theme.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Ghidra/Framework/Gui/data/gui.palette.theme.properties b/Ghidra/Framework/Gui/data/gui.palette.theme.properties index 8aa2fe25e7..fe7a42cd4b 100644 --- a/Ghidra/Framework/Gui/data/gui.palette.theme.properties +++ b/Ghidra/Framework/Gui/data/gui.palette.theme.properties @@ -114,3 +114,7 @@ color.palette.yellow = moccasin color.palette.lightcornflowerblue = cornflowerblue color.palette.lightpurple = #805080 // low saturation purple + +[CDE/Motif] + +color.palette.lightgray = gray // dark enough to see on Motif's light background \ No newline at end of file