All Projects β†’ snwh β†’ Paper Icon Theme

snwh / Paper Icon Theme

Licence: other
Paper Icon Theme

Programming Languages

python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language
shell
77523 projects
Meson
512 projects

Projects that are alternatives of or similar to Paper Icon Theme

Oranchelo Icon Theme
🍊 Oranchelo icon theme by http://zayronxio.deviantart.com/
Stars: ✭ 292 (-81.03%)
Mutual labels:  icons, icon-theme
Luv Icon Theme
LΓΌv is the spiritual successor to Flattr, a flat but complex icon theme for freedesktop environments.
Stars: ✭ 872 (-43.34%)
Mutual labels:  icons, icon-theme
Papirus Icon Theme
Papirus icon theme for Linux
Stars: ✭ 4,703 (+205.59%)
Mutual labels:  icons, icon-theme
graublau-gimp-theme
Modern gray-blue icon theme for the GIMP
Stars: ✭ 25 (-98.38%)
Mutual labels:  icons, icon-theme
Yaru Plus
Yaru++, an elegant and modern third-party icons theme, based on Ubuntu's Yaru
Stars: ✭ 59 (-96.17%)
Mutual labels:  icons, icon-theme
Papirus-Nord
Custom colors for folder icons for Papirus Icon Theme!
Stars: ✭ 61 (-96.04%)
Mutual labels:  icons, icon-theme
Suru Icon Theme
The source of the Suru icon and cursor set
Stars: ✭ 458 (-70.24%)
Mutual labels:  icons, icon-theme
La Capitaine Icon Theme
La Capitaine is an icon pack designed to integrate with most desktop environments. The set of icons takes inspiration from the latest iterations of macOS and Google's Material Design.
Stars: ✭ 1,858 (+20.73%)
Mutual labels:  icons, icon-theme
Antu Icons
A smooth theme designed for Plasma Desktop
Stars: ✭ 53 (-96.56%)
Mutual labels:  icons, icon-theme
Evolvere Icons
Stars: ✭ 52 (-96.62%)
Mutual labels:  icons, icon-theme
icons
Simple, minimal line, and clean icon pack in vector formats β€” free for public use.
Stars: ✭ 24 (-98.44%)
Mutual labels:  icons, icon-theme
Suru Plus Ubuntu
Suru++ Ubuntu β€” An elegant third-party icons theme based on Sam Hewitt's Suru Icons
Stars: ✭ 85 (-94.48%)
Mutual labels:  icons, icon-theme
Clarity
Customizable Monoshape Vector Icon Theme for GTK+
Stars: ✭ 37 (-97.6%)
Mutual labels:  icons, icon-theme
numix-icon-theme-square
Linux packaging for Numix Square
Stars: ✭ 143 (-90.71%)
Mutual labels:  icons, icon-theme
la-capitaine-android
πŸ“± La Capitaine icons on Android!
Stars: ✭ 17 (-98.9%)
Mutual labels:  icons, icon-theme
Moka Icon Theme
Moka Icon Theme
Stars: ✭ 450 (-70.76%)
Mutual labels:  icons, icon-theme
Plane Icon Theme
Is a modern icon theme for gnome linux versions.
Stars: ✭ 117 (-92.4%)
Mutual labels:  icons, icon-theme
Mato
Mato - Icon pack for Linux
Stars: ✭ 117 (-92.4%)
Mutual labels:  icons, icon-theme
Masalla Icon Theme
Masalla Icon Theme for UNIX-Like OS
Stars: ✭ 34 (-97.79%)
Mutual labels:  icons, icon-theme
Iconhandler
Tint you Icons, change the size, apply alpha color and set a position easily. πŸ‘“
Stars: ✭ 59 (-96.17%)
Mutual labels:  icons, icon-theme

Paper Icon Theme

Paper is a modern freedesktop icon theme whose design is based around the use of bold colours and simple geometric shapes to compose icons. Each icon has been meticulously designed for pixel-perfect viewing.

While it does take some inspiration from the icons in Google's Material Design, some aspects have been adjusted to better suit a desktop environment.

Copying or Reusing

This project has mixed licencing. You are free to copy, redistribute and/or modify aspects of this work under the terms of each licence accordingly (unless otherwise specified).

The Moka icon assets (any and all source .svg files or rendered .png files) are licenced under the terms of the Creative Commons Attribution-ShareAlike 4.0 License.

Included scripts are free software licenced under the terms of the GNU General Public License, version 3.

When reusing this work please include a proper attribution:

"Paper Icons" by Sam Hewitt is licensed under CC-SA-4.0

Downloading Paper

Download instructions for all sorts of systems are available here.

Installing & Using

You can build and install Paper from source using Meson.

# build
meson "build" --prefix=/usr
# install
sudo ninja -C "build" install

By default it installs to /usr/ but you can specify a different directory with a prefix like: /usr/local or $HOME/.local.

After which you should be able to pick Paper as your icon or cursor theme in GNOME Tweak tool, or you can set either from a terminal with:

# set the icon theme
gsettings set org.gnome.desktop.interface icon-theme "Paper"
# or the cursor theme
gsettings set org.gnome.desktop.interface cursor-theme "Paper"

Uninstalling Paper

To uninstall Paper, simply run the following. (If you installed it without superuser priveleges just omit the sudo.)

sudo ninja -C "build" uninstall

Once uninstalled you can reset your icon and cursor theme to the default setting by running the following.

# reset icon theme to default
gsettings reset org.gnome.desktop.interface icon-theme
# reset cursor theme to default
gsettings reset org.gnome.desktop.interface cursor-theme

Missing Icons & Requests

You can file an icon request as a GitHub issue. Filing an icon request or reporting a missing icon, please take care in providing the following useful information:

  • A screenshot of your issue or an image of the original icon you are requesting to be themed
  • The file name for the missing icon or the requested icon, for example gimp.png or system-shutdown.svg
  • A short description of the application or software that you are requesting an icon for.

Note: some software ships hardcoded icons, meaning when you install icons are not placed in the system-wide directory /usr/share/icons which makes them unthemeable.

Donate & Support

If you would like to support development by making a donation you can do so here or by becoming a supporter on Patreon or Liberapay. 😊

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].