papirus-icon-theme

Papirus icon theme for Linux

Github星跟蹤圖

Papirus is a free and open source SVG icon theme for Linux, based on Paper Icon Set with a lot of new icons and a few extras, like Hardcode-Tray support, KDE colorscheme support, Folder Color support, and others.

Papirus icon theme is available in four variants:

  • Papirus
  • Papirus Dark
  • Papirus Light
  • ePapirus (for elementary OS and Pantheon Desktop)

Contents

Installation

Ubuntu and derivatives

You can install Papirus from our official PPA:

sudo add-apt-repository ppa:papirus/papirus
sudo apt-get update
sudo apt-get install papirus-icon-theme

or download .deb packages from here.

NOTE: Now the daily builds of the papirus-icon-themes package are placed in ppa:papirus/papirus-dev.

Debian and derivatives

Debian users also can install Papirus from our PPA, but the commands will differ:

sudo sh -c "echo 'deb http://ppa.launchpad.net/papirus/papirus/ubuntu bionic main' > /etc/apt/sources.list.d/papirus-ppa.list"

sudo apt-get install dirmngr
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E58A9D36647CAE7F
sudo apt-get update
sudo apt-get install papirus-icon-theme

Papirus Installer

Use the scripts to install the latest version directly from this repo (independently of your distro):

NOTE: Use the same script to update icon themes.

wget -qO- https://git.io/papirus-icon-theme-install, sh

HOME directory for GTK

wget -qO- https://git.io/papirus-icon-theme-install, DESTDIR="$HOME/.icons" sh

HOME directory for KDE

wget -qO- https://git.io/papirus-icon-theme-install, DESTDIR="$HOME/.local/share/icons" sh

*BSD systems

wget -qO- https://git.io/papirus-icon-theme-install, env DESTDIR="/usr/local/share/icons" sh

Uninstall

wget -qO- https://git.io/papirus-icon-theme-uninstall, sh

Third-party packages

Packages listed in this section are third-party packages. If you have a problem or a question, please contact the package maintainer.

Please note that some packages in the list may be outdated, open Repology to find out package versions., Distro, Maintainer, Package, :------------, :-------------------, :---------------------------------------, ALT Linux, Andrey Cherepanov, apt-get install papirus-icon-theme [link], Arch Linux, Felix Yan, sudo pacman -S papirus-icon-theme community, Arch Linux, Mohammadreza Abdollahzadeh, papirus-icon-theme-git AUR, Debian 9+, Yangfl, sudo apt install papirus-icon-theme, Fedora 27+, Robert-André Mauchin, sudo dnf install papirus-icon-theme, Fedora, Dirk Davidis, papirus-icon-theme copr, FreeBSD, Hiroki Tagato, papirus-icon-theme freshports, NetBSD, Nia Alarie, papirus-icon-theme pkgsrc, NixOS, Nixpkgs Contributors, nix-env -iA nixos.papirus-icon-theme, openSUSE, Konstantin Voinov, papirus-icon-theme OBS [link], openSUSE, Matthias Eliasson, papirus-icon-theme official, ROSA Linux, Vladimir Penchikov, sudo urpmi papirus-icon-theme, Solus, Joshua Strobl, sudo eopkg it papirus-icon-theme, Ubuntu 18.04+, Yangfl, sudo apt install papirus-icon-theme, Void Linux, Giuseppe Fierro, sudo xbps-install -S papirus-icon-theme, NOTE: If you are a maintainer and want to be in the list, please create an issue or make a pull request.

Hardcoded icons

Some software uses an absolute path instead of the icon name in a .desktop file or in the source code which makes them unthemable.

Hardcoded application icons

To deal with hardcoded application icons we recommend using hardcode-fixer. Papirus supports most of the applications in the list. If hardcode-fixer doesn't support your favorite app yet, please open an issue here or edit your .desktop file manually.

Hardcoded tray icons

To fix hardcoded tray icons Papirus supports Hardcode-Tray script. A list of supported applications is available here.

NOTE: To get Papirus to work right with Hardcode-Tray, use the hardcode-tray option --conversion-tool RSVGConvert:

sudo -E hardcode-tray --conversion-tool RSVGConvert --size 22 --theme Papirus

Size recommendations:

  • Unity 22px
  • KDE 22px
  • GNOME 22px (see for more info)
  • XFCE 22px (see for more info)
  • Pantheon 24px
  • Cinnamon 16px

hardcode-tray

NOTE: Some Electron-based applications have blurred tray icon on KDE (see bug report). To solve this issue pass the following environment variable to the app: XDG_CURRENT_DESKTOP=Unity wire-desktop

KDE colorscheme

Support for monochrome icons for KDE colorscheme is now available:

  • Papirus - for dark plasma theme & light color scheme
  • Papirus Dark - for dark plasma theme & color scheme
  • Papirus Light - for light plasma theme & color scheme

kde-color-scheme

NOTE: Non-KDE apps don't support KDE colorscheme on the system tray, but you can replace color manually.

Folder's color

Papirus has Folder Color v0.0.80+ support that allows you to change a color of a folder.

Available colors:

Folder Color Preview

For KDE, colors of individual folders can be changed using dolphin-folder-color.

Also, you can use our papirus-folders script to apply the color of folders system-wide.

Extras

Recommendations

Manual fixes

For Cinnamon users who want to use Papirus icon theme with Arc theme we recommend fix color icons on panel:

sudo sed -i.orig 's/white/#d3dae3/g' /usr/share/themes/Arc-Dark/cinnamon/cinnamon.css

Cinnamon Arc-Dark theme fix

To deal with blurred panel icons, increase the panel size up to 30px in Systems SettingsPanel (see screenshot).

For GNOME users we recommend install the following extensions:

¹ On Ubuntu 18.04+ it is pre-installed.

Here are a few recommendations for Xfce users.

Thunar File Manager

Go to EditPreferences.... Click on Side Pane tab. Under Side Pane, look for Icon Size and set to Very Small.

thunar-prefecences

Notification Area

Go to Settings ManagerPanelItems tab. Select Notification Area item and click on Edit currently selected item button. Under Appearance set the following options:

  • Set Maximum icon size (px) to 24
  • Uncheck Show frame

xfce4-notification-area

With light wallpaper, we recommend disable use-transparency option on wingpanel:

gsettings set org.pantheon.desktop.wingpanel use-transparency false

Icon request

  • Application name
  • Icon name (see desktop-file option Icon on /usr/share/applications)
  • Original icon image
  • Small description and/or a link to the official webpage

NOTE: We do NOT support Windows/Wine/Crossover or other NOT native Linux-apps. This also applies to discontinued projects!!

Contributing

We welcome user contributions. If you don't know where to start, we've compiled a list of things we would like to see in your pull request:

  • new icons for missing applications
  • symbolic links to an existing icon
  • resolving open issues
  • spelling, grammar, phrasing
  • improvements to our scripts

Inside tools/work you will find a step-by-step guide, an environment, and tools that will help you:

We are waiting for your pull requests and would love to see this icon theme become as complete as possible.

You can support this open source project by making a voluntary payment:

License

Papirus icon theme distributed under the terms of the GNU General Public License, version 3. See the LICENSE file for details.

主要指標

概覽
名稱與所有者PapirusDevelopmentTeam/papirus-icon-theme
主編程語言Shell
編程語言Shell (語言數: 4)
平台
許可證GNU General Public License v3.0
所有者活动
創建於2016-06-01 15:14:58
推送於2025-05-29 19:12:07
最后一次提交2025-05-29 23:12:00
發布數89
最新版本名稱20250501 (發布於 2025-05-01 17:24:19)
第一版名稱2017.01.10-r700 (發布於 )
用户参与
星數7.1k
關注者數97
派生數445
提交數7.7k
已啟用問題?
問題數3526
打開的問題數411
拉請求數380
打開的拉請求數7
關閉的拉請求數128
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?