GruvboxPlus is an icon pack for Linux (KDE, XFCE, Gnome) based on and inspired by:
GruvboxPlus is using color scheme from Gruvbox, both dark and light color palette.
Icons were created with the thought of dark backgrounds, so it's recommend to use dark themes.
You can download Icon pack from different sources:
Go to the releases page and choose the zip file from the latest version.
Download the icon pack from Your system's icon manager settings. For example in KDE, open Settings, Appearance/Icons and click "Get New Icons" where You can search for Gruvbox Plus.
If You want the latest icons You have to clone the whole repository (except few additional files it doesn't contain any extra folders and is/will be similar to official release package).
git clone https://github.com/SylEleuth/gruvbox-plus-icon-pack.git
WARNING: Do not use "Download ZIP" button. Compression applied there will remove soft links of the icons, which will ruin big part of the pack.
If You downloaded the zip file from releases page.
Unpack it and copy content of the folder to Your home/.local/share/icons/ directory.
cp -rv Gruvbox-Plus-Dark ~/.local/share/icons
or soft link git repository:
ln -s path/to/repository/Gruvbox-Plus-Dark ~/.local/share/icons/Grubox-Plus-Dark
You could then just use
git pull
to download files added since the latest pull.
There are AUR packages, maintained by Antoine Bertin.
yay -S gruvbox-plus-icon-theme
- release version
yay -S gruvbox-plus-icon-theme-git
- git version
If You'll find a missing icon please open a new issue and give as much information as You can:
xprop
and/or link to .desktop file (located in
.local/share/applications folder).If You want to create new icons Yourself or modify existing ones please read how to do that HERE.
If You have any questions, suggestions or propositions use Discussions page.
If You downloaded the icon pack or if You just liked it please star the repository for visibility and as appreciation gesture.