11

How to change the color themes in gnome 3? Anyone? (Note using 11.10)

muru
  • 207,228

4 Answers4

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
0

Some pretty nice ones can be found here (in German):

http://wiki.ubuntuusers.de/Gnome_Shell/Themes#Shell-Designs

PythoNic
  • 706