> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Xenlism WildFire: Minimal Icon Theme For Linux Desktop
- URL: https://itsfoss.com/xenlism-wildfire-theme/
- Published: 2015-09-21T23:10:24.000Z
- Updated: 2023-01-11T09:56:14.000Z
- Author: Abhishek Prakash
- Tags: #Import 2022-12-26 08:27

![Xenlism icon theme](https://itsfoss.com/content/images/wordpress/2015/09/Xenlism-icon-theme-linux-3-1.jpg)

It’s been some time that I covered an icon theme on It’s FOSS. Perhaps because no theme caught my eyes in recent times. There are a few which I consider the [best icon themes for Ubuntu](https://itsfoss.com/best-icon-themes-ubuntu-16-04/) but these are mostly the known ones like Numix and Moka and I am pretty content using Numix.

But a few days back I came across this [Xenslim WildFire](http://xenlism.github.io/wildfire/?ref=itsfoss.com) and I must say, it looks damn good. Minimalism is the current popular trend in the design world and Xenlism perfects it. Smooth and tranquil, Xenlism is inspired by Nokia’s meego and Apple iOS icon.

If you are using Ubuntu 16.04, check this list of [best icon themes for Ubuntu 16.04](https://itsfoss.com/best-icon-themes-ubuntu-16-04/).

Have a look at some of its icons for various applications:

![Xenlism Icon theme for Ubuntu](https://itsfoss.com/content/images/wordpress/2015/09/Xenlism-icons.jpg)

Folder icons look like:

![Xenlism Icons theme for Linux](https://itsfoss.com/content/images/wordpress/2015/09/Xenlism-icons-1.jpg)

Theme developer, [Nattapong Pullkhow](https://plus.google.com/+NattapongPullkhow?ref=itsfoss.com), claims that the icon theme is best suited for GNOME but it should work fine with Unity, KDE and Mate as well.

## Install Xenlism Wildfire icon theme

Xenlism Theme is around 230 MB in download size which is slightly heavy for an icon theme but considering that it has support for a huge number of applications, the size should not be surprising.

### Installing in Ubuntu/Debian based Linux distributions

To install it in Ubuntu variants, use the command below in a terminal to add the GPG key:

```
sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 90127F5B
```

After adding the key, use the following commands:

```
echo "deb http://downloads.sourceforge.net/project/xenlism-wildfire/repo deb/" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install xenlism-wildfire-icon-theme
```

In addition to the icon theme, you can download a matching minimal wallpaper as well:

```
sudo apt-get install xenlism-artwork-wallpapers
```

### Installing in Arch based Linux distributions

You’ll have to edit the Pacman repository. In a terminal, use the following command:

```
sudo nano /etc/pacman.conf
```

Add the following section to this configuration file:

```
[xenlism-arch]
SigLevel = Never
Server = http://downloads.sourceforge.net/project/xenlism-wildfire/repo/arch
```

Update the system and install icon theme and wallpapers as following:

```
sudo pacman -Syyu
sudo pacman -S xenlism-wildfire
```

### Using Xenlism icon theme

In Ubuntu Unity, [use Unity Tweak Tool to change the icon theme](https://itsfoss.com/install-themes-ubuntu/). In GNOME, [use Gnome Tweak Tool to change the theme](https://itsfoss.com/gnome-tweak-tool/). I presume that you know how to do this part, but if you are stuck let me know and I’ll add some screenshots.

Below is a screenshot of Xenlism icon theme in use in Ubuntu 15.04 Unity. Xenlism desktop wallpaper is in the background.

![Xenlism icon theme in Ubuntu Unity](https://itsfoss.com/content/images/wordpress/2015/09/Xenlism-icons-2-1.jpg)

It looks good, isn’t it? If you try it and like it, feel free to thank the developer:

\[Tweet “Xenlism is a stunning minimal icon theme for Linux. Thanks @xenatt for this beautiful theme.”\]

I hope you like it. Do share your views on this icon theme or your preferred icon theme. Is Xenlism good enough to change your favorite icon theme?