Hello again, very sorry for the three posts. It is the case I am not very smart. Please excuse my poor reading comprehension.<br><br>On Monday, November 6, 2017, R0b0t1 <<a href="mailto:r030t1@gmail.com">r030t1@gmail.com</a>> wrote:<br>> Hello again,<br>><br>> On Monday, November 6, 2017, R0b0t1 <<a href="mailto:r030t1@gmail.com">r030t1@gmail.com</a>> wrote:<br>>> 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<br>><br>> Is <a href="http://wiki.lazarus.freepascal.org/UserSuppliedSchemeSettings">http://wiki.lazarus.freepascal.org/UserSuppliedSchemeSettings</a> insufficient in any way?<br><br>I realize now you were asking to disable theming in Lazarus. That answer is related to the contents of my other posts, but for GTK you may use the environment variable GTK_THEME: <a href="https://developer.gnome.org/gtk3/stable/gtk-running.html">https://developer.gnome.org/gtk3/stable/gtk-running.html</a>.<br><br>GTK_THEME=theme:variant<br><br>If you have some time I would invite you to comment on the forum as it is more active. It would be nice to see pictures of the interface quirks you take exception to.<br><br>Cheers,<br>     R0b0t1