0

Is it possible to configure the background color of a fox-toolkit application? I want to add a dark-mode (i.e. set background color of all widgets to black) which can be turned on and off by the user.

abrac
  • 521
  • 5
  • 12
  • By means of example, Xfe is a FOX application that allows different background colours to be used: http://roland65.free.fr/xfe/ – Max Barraclough Dec 23 '21 at 16:08

1 Answers1

1

You can use fox registry and set colour settings

sancelot
  • 1,905
  • 12
  • 31
  • 1
    Thank you so much! This is exactly what I was looking for. I am just going to add a link to the fox registry documentation here for future reference: http://www.fox-toolkit.org/registry.html – abrac Oct 23 '20 at 20:42