How to fix improper application theme?


I installed codeblocks and seems like theme is not properly applied. How can i use the default theme for codeblocks without changing the System theme?

Well i found the solution.
I added(those in bold text)

Exec=env GTK_THEME=Adwaita codeblocks %F

to /usr/share/applications/codeblocks.desktop

That will be overwritten by an update.
You probably want to copy to ~/.local/share/applications and edit that.

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.