How do I get and install more themes, icons, and pointers?

28,690

Solution 1

Installing new themes in Ubuntu 10.10 and below

To install the themes open the Theme Manager which can be accessed from System > Preferences > Appearances then just drag the theme/icons etc on to the window.

Once installed you can either directly use the theme or modify it to use individual components like icons, borders, etc in the Theme Manager.

Solution 2

Installing new themes in Ubuntu 11.10 and 12.04 LTS

Ubuntu 11.10 and later versions switched to GNOME 3, and in the process lost the ability to add new themes easily through the Appearances window. However, new themes can be installed in other ways.

11.04 and earlier uses GTK+2 themes; for Ubuntu 11.10 and up, you'll want GTK+3 themes. These can be found easily at a site like gnome-look.org.

Once you have your themes, extract them to the appropriate folders.

  • GTK+3 themes go in ~/.themes (or /usr/share/themes to be available for all users)
  • Icon themes go in ~/.icons (or /usr/share/icons to be available for all users)

To install and use the themes you download, you'll need to either:

  • install the GNOME Tweak ToolInstall GNOME Tweak Tool. You may also want to install the User Themes Extension (gnome-shell-extensions-user-theme); see the source below for more information.
  • install MyUnityMyUnity

Use these instructions to change to your newly installed theme.

Source: http://maketecheasier.com/install-custom-gnome-shell-themes/2011/09/27

Solution 3

Installing cursors/icons/themes in 11.10 and above:

When you found a nice icon or cursor packages you download it, right click on it and choose 'extract here'. Then you open Nautilus with root previleges gksu nautilus and copy/move the extracted folder to the folder /usr/share/icons/. For theme packages you copy/move the extracted folder to /usr/share/themes.

Then you go to the Software Center and install the gnome-tweak-tool. Afterwards open the Dash with the Super(Windows)-Key and type tweak and choose the 'advances preferences' (or so, I'm not on an English system). Under 'theme' you should be able to change your cursor/icons/theme to whatever you like/installed.

Solution 4

In Ubuntu 11.04 and earlier System > Preferences > Appearance

Then click "Get more themes online" which points to: http://art.gnome.org/themes

Ubuntu 11.10 has a simplified Appearances preference that dosen't include a button for getting more themes.

Share:
28,690

Related videos on Youtube

eugenemarshall
Author by

eugenemarshall

Hi - I'm here to ask the questions I had as I learned Ubuntu. I imagine there are already plenty of people here who have more serious chops that I. So some will sound pretty simple, I guess, but I think they need easy answers available. Hopefully this approach is helpful and fills a gap.

Updated on September 17, 2022

Comments

  • eugenemarshall
    eugenemarshall over 1 year

    I've downloaded some nice themes, icon packages, and pointers from sites like gnome-look. Now what do I do? Where else can I get these kinds of things?

  • Knowledge Cube
    Knowledge Cube over 12 years
    From what I understand, /usr/share/ folders apply system-wide to all users, which is good if you want everyone who uses your machine to have access to these themes. If you want them only for yourself, then ~/.icons or ~/.themes is what you want.
  • Knowledge Cube
    Knowledge Cube almost 8 years
    It's somewhat amusing that the accepted answer now applies only to EOL releases.