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:
2
eos
2
eos
Submodule eos updated: 07f84cfdca...01c559a7bb
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user