Skip to main content
Customizing your Ubuntu can significantly enhance your user experience. This guide walks through setting up a beautiful theme, icon pack, and useful GNOME extensions. Before starting, browse gnome-look.org to find themes, icons, and cursors. This guide uses Orchis-theme and candy-icons.

Theme Setup

1
Install gnome-tweaks
2
To fully customize your Ubuntu theme, install gnome-tweaks:
3
sudo apt-get update
sudo apt-get install gnome-tweaks gnome-shell-extensions
4
Open it by typing gnome-tweaks in your terminal or by searching for “Tweaks” in your application menu.
5
Download and install Orchis Theme
6
Clone the Orchis theme repository:
7
git clone https://github.com/vinceliuice/Orchis-theme.git
8
There are many options to configure the theme. Read the README for all available flags before running the install script.
9
Navigate to the cloned directory and run the installation script:
10
cd Orchis-theme
./install.sh -h   # View all options

# Example: install all variants with the black tweak to ~/.themes
./install.sh -d $HOME/.themes -t all --tweaks black
11
Make sure the theme is installed in the ~/.themes directory.
12
Apply the theme via gnome-tweaks
13
Open gnome-tweaks, navigate to Appearance, and change your Applications, Cursor, and Icons themes. Or apply it from the command line:
14
gsettings set org.gnome.desktop.interface gtk-theme "Orchis"

Icons Setup

1
Download the candy-icons zip
2
wget https://github.com/EliverLara/candy-icons/archive/refs/heads/master.zip -O /tmp/candy.zip
3
Unzip to the icons directory
4
Extract the .zip file to one of the following locations:
5
  • /usr/share/icons/
  • ~/.local/share/.icons/
  • ~/.icons/
  • 6
    unzip /tmp/candy.zip -d ~/.icons
    
    7
    Apply the icon theme
    8
    gsettings set org.gnome.desktop.interface icon-theme "candy-icons"
    

    GNOME Extensions

    GNOME extensions can significantly enhance your desktop experience.
    1
    Install Extension Manager
    2
    sudo apt install gnome-shell-extension-manager
    
    3
    Open Extension Manager
    4
    extension-manager
    
    6
    Search for and install the following extensions:
    7
    ExtensionDescriptionAdd to DesktopEasily add applications to your desktopGNOME Fuzzy App SearchFaster and more intuitive app searchApp menu is backRestores the application menu for quick accessClipboard IndicatorManage clipboard history from the top barLogo MenuReplaces the GNOME logo with a customizable menuText ClockDisplays a text-based clock in the top barSystem MonitorShows system performance stats in the top bar

    Build docs developers (and LLMs) love