Ubuntu – theme settings stored

kdelxdesettingsthemes

I installed Ubuntu with several Desktop Environments, including Unity, KDE and LXDE.

I am struggling to change the background tooltip color which is black and causes displaying problems in Eclipse.

I managed to do this in Unity as explained here: How to change tooltip background color in Unity?

I was unable to do this in LXDE. However when I changed the tooltip background color from KDE GUI settings (System Settings -> Application Appearance -> Colors), the change was also reflected in LXDE, so I assume there must be a configuration file from which all desktop environments read this information.

Where are theme settings stored?

Best Answer

KDE

The KDE is saving the own settings to the /home/[user]/.kde/...

The color settings are saved to the /1/:

Colors

The colors file follows the standard KDE colorscheme file format and allows a theme to define what colors work best with its theme elements...

Saved at /home/[user]/.kde/share/apps/color-schemes/[unique name].colors ...

If you are editing the "current" color scheme then the settings are saved to the kdeglobals file - /home/[user]/.kde/share/config/kdeglobals.

Links

  1. http://techbase.kde.org/Development/Tutorials/Plasma/ThemeDetails
Related Question