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.
This commit is contained in:
Corollax
2010-11-13 10:16:31 -06:00
parent 0205dfb33c
commit e66477c99f
2 changed files with 2 additions and 2 deletions

2
eos

Submodule eos updated: 07f84cfdca...01c559a7bb

View File

@@ -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: