• The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
- How to react to dark mode change?
--  https://discuss.wxpython.org/t/how-to-react-to-dark-mode-change/35905

 def OnColourChanged(self, event):
     sys_appearance = wx.SystemSettings.GetAppearance()
     dark = sys_appearance.IsDark()
     print("dark = %s" % dark)



Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes