Skip to content

SylEleuth/gruvbox-plus-icon-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gruvbox Plus Icon Pack

compilation

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.

Applications example:

apps

Symbols example:

apps16

Download

You can download Icon pack from different sources:

  1. Go to the releases page and choose the zip file from the latest version.

  2. 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.

  3. Download latest package from Pling or KDE Store

  4. 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.

Installation

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.

Arch User Repository

There is AUR package, maintained by Diaoul. It's a git version and release version will be added soon.

yay -S gruvbox-plus-icon-theme-git

Contribution

If You'll find a missing icon please open a new issue and give as much information as You can:

  1. If it's a program, please provide name and link to the website or repository page.
  2. If You can, find a link to the original svg icon.
  3. Output of the 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.

TODO

  • Add icon pack to Arch User Repository
  • Add installation script
  • Add script to easily change folders/places colors
  • Create dark icons for bright themes

Support

If You downloaded the icon pack or if You just liked it please star the repository for visibility and as appreciation gesture.

License