Hello friend,<br><br>On Monday, November 6, 2017, Landmesser John via Lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> wrote:<br>> New Linux Distro Manjaro-XFCE and i use a dark theme.<br>><br>> But that dark theme is bad for Lazarus IDE.<br>><br>> Can i change that as an option for compiling the IDE?<br>><br>> With Debian KDE there was in KDE Settings an option to prevent gtk-Apps using color-settings.<br>><br>> Perhaps an option in XFCE-Settings?<br>><br>> I'll keep on googling ...<br>><br>> Tipps are welcome!<br>><br><br>Theming is typically handled by your toolkit. For GTK, you will need to modify files in a location like "~/.themes" or "~/.gtkrc-2."<br><br>E.g. <a href="https://developer.gnome.org/gtk3/stable/theming.html">https://developer.gnome.org/gtk3/stable/theming.html</a> and <a href="https://wiki.archlinux.org/index.php/GTK%2B#Configuration">https://wiki.archlinux.org/index.php/GTK%2B#Configuration</a>.<br><br>Theming can also be handled by your application. The best support for theming tends to be implemented in this way. Unfortunately from a user's standpoint this means each program must be customized separately. On the other hand, toolkit wide theming support tends to not be very good. Form components (like a SynEdit) may be drawn with colors not taken from the toolkit's configuration.<br><br>Theming support for Lazarus might be a tall order but I think it would be worth it. See Visual Studio's dark theme, for example.<br><br>Cheers,<br>     R0b0t1