Dark theme or...

  • I'd like to offer a dark theme, but so many of my icons etc don't have a dark theme icon option yet but I'd like to at least give the users the option to make the editor white text on black (or dark gray) paper color because some people have eye problems with black text on white background. While I can easily set the paper color, is there a way to set the text color for "automatic" to be white in WPTools?

    • Offizieller Beitrag

    Please note that the SVG image list also has the possibility to adapt to the current color theme.

    property ImageBackgroundColor : TColor default $fbfbfb;

    property ImageBackgroundTextColor : TColor default clBlack;

    property ImageBackgroundColorHot : TColor default $fce38b;

    property ImageBackgroundColorDown : TColor default $ffd96c;