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 |
It says in Ubuntu vim not found but I have vim installed. What now the dark theme is driving me crazy :')
What does
>>> vim
return ? If it is installed then it should work.
Anyway, you can edit the .desktop
file with any tool you want, add the env GTK_THEME=Adwaita:light
to the Exec
line
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It says in Ubuntu vim not found but I have vim installed. What now the dark theme is driving me crazy :')