How to change the color themes in gnome 3? Anyone? (Note using 11.10)
Asked
Active
Viewed 4.7k times
4 Answers
5
You have to directly edit the theme. The themes are located under /usr/share/themes. For the Adwaita theme, the colors are declared in the gtk.css file.
bntser
- 1,454
3
A simpler way:
sudo apt-get install gnome-colors gnome-tweak-tool
Then, run the command in the terminal:
gnome-tweak-tool
Then go to theme/icon theme.
leech
- 167
- 1
- 14
Marcos Alex
- 215
- 1
- 4
- 12
2
The new way:
sudo apt-get install gnome-colors gnome-tweak-tool
Then, run the command in the terminal:
gnome-tweaks
Then go to theme/icon theme.
Tobi696
- 163