From e66477c99f3b3b6b4b116466e8eb1534e223fe94 Mon Sep 17 00:00:00 2001 From: Corollax Date: Sat, 13 Nov 2010 10:16:31 -0600 Subject: [PATCH] Small color tweak for dark themes Slightly reduced the brightness of the "you have exceeded your allocated slots" notification for T3 subsystems. It was almost impossible to module names on a dark theme. This should be a reasonable compromise for any "common" coloration. --- eos | 2 +- gui/fittingView.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eos b/eos index 07f84cfdc..01c559a7b 160000 --- a/eos +++ b/eos @@ -1 +1 @@ -Subproject commit 07f84cfdca922839e23e4e3e3914554bbc090d69 +Subproject commit 01c559a7bb1be445a35892dc625a95198bf441d0 diff --git a/gui/fittingView.py b/gui/fittingView.py index c0bae34ae..35a2956cb 100644 --- a/gui/fittingView.py +++ b/gui/fittingView.py @@ -264,7 +264,7 @@ class FittingView(d.Display): bkcolor = self.GetBackgroundColour() for i, mod in enumerate(self.mods): if slotMap[mod.slot]: - self.SetItemBackgroundColour(i, wx.Colour(255, 51, 51)) + self.SetItemBackgroundColour(i, wx.Colour(204, 51, 51)) else: icolor = self.GetItemBackgroundColour(i) if icolor != bkcolor: