Created
August 1, 2018 07:15
-
-
Save antoinetavant/3e93df4d8fb0bc8733667f79ece1c59c to your computer and use it in GitHub Desktop.
Change the default Gnome theme of Evolution to the light theme. This is because I don't like the black theme of evolution, but each update reset the modification.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo vim /usr/share/applications/org.gnome.Evolution.desktop -c %s/Exec=/Exec=env GTK_THEME=Adwaita:light /g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What does
return ? If it is installed then it should work.
Anyway, you can edit the
.desktop
file with any tool you want, add theenv GTK_THEME=Adwaita:light
to theExec
line