GithubHelp home page GithubHelp logo

bonandry / yaru-plus Goto Github PK

View Code? Open in Web Editor NEW
82.0 4.0 5.0 135.07 MB

Yaru++, an elegant and modern third-party icons theme, based on Ubuntu's Yaru

License: GNU General Public License v3.0

Makefile 3.30% Shell 78.64% sed 18.06%
adwaita adwaita-icon-theme icons icon-theme icons-pack suru suru-icons suru-plus ubuntu yaru

yaru-plus's Introduction

Logotype

Icons

A third-party Yaru++ icons for more than 20 distributions

An elegant, flat and modern based on Yaru icons by Canonical developers

Screenshot

List of Icons Screenshot 1 Screenshot 2

Difference between alternative icons themes

  • Yaru++: The normal icons theme, based on Yaru icons by Canonical developers. It does not have dependencies on other icons themes.
  • Yaru++ Color Based on original Yaru, 16px icons are colourful and symlink to 24px and 32px. 16px and 48px icons are sharpened. It requires dependency on Yaru++.
  • Yaru++ Dark: The dark version of Yaru++ for dark GUI or window manager. It requires dependency on Yaru++.
  • Yaru++ Minimal: The minimal icons theme containing only third-party icons and excluding the files that already exist in the Canonical's Yaru original icons theme. It requires dependency on original Yaru. DO NOT use Snap, prefer PPA.
  • Yaru++ Smooth: The 32px and 48px icons are symlinked to colourful scalable icons instead of sharpened icons that are hated by the perfectionists. It requires dependency on Yaru++.
  • kYaru++: Compatible with Kvantum and Qt5ct. It requires dependency on Yaru++.

Installation

Installing the stable version with CLI and with complete pack

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

NOTE: Use the same command to update the icon theme.

ROOT directory (recommended)

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | sh

HOME directory for GTK

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | env DESTDIR="$HOME/.icons" sh

HOME directory for KDE

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | env DESTDIR="$HOME/.local/share/icons" sh

*BSD systems

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | env DESTDIR="/usr/local/share/icons" sh

Installing the stable version with CLI and with specific pack

If you do not want to install icons themes, you can specificy icons themes, excluding others

NOTE: Use the same command to update the icon theme.

ROOT directory (recommended)

Only Yaru++

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES=Yaru++ sh

Only Yaru++ and Yaru++ Dark

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++ Yaru++-Dark' sh

Only Yaru++ and Yaru++ Color

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++ Yaru++-Color' sh

Only kYaru++ and Yaru++

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='kYaru++ Yaru++' sh

Only Yaru++ and Yaru++ Smooth

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++ Yaru++-Smooth' sh

Only Yaru++ Minimal

For Ubuntu users:

  • Old versions: You must install manually original Yaru icons's latest version onto /usr/share/icons/;
  • 18.04, 19.04 and 19.10: Yaru icons are already installed, but outdated. You must upgrade the icons theme. Prefer the PPA. DO NOT use Snap!
  • 20.04 and above: No installed. It is already Yaru icons' latest version, and it is well located in /usr/share/icons/.
wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++-Minimal' sh

HOME directory for GTK

Only Yaru++

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES=Yaru++ env DESTDIR="$HOME/.icons" sh

Only Yaru++ and Yaru++ Dark

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++ Yaru++-Dark' env DESTDIR="$HOME/.icons" sh

Only Yaru++ and Yaru++ Color

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++ Yaru++-Color' env DESTDIR="$HOME/.icons" sh

Only kYaru++ and Yaru++

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='kYaru++ Yaru++' env DESTDIR="$HOME/.icons" sh

Only Yaru++ and Yaru++ Smooth

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++ Yaru++-Smooth' env DESTDIR="$HOME/.icons" sh

Only Yaru++ Minimal

For Ubuntu users:

  • Old versions: You must install manually original Yaru icons's latest version onto /usr/share/icons/;
  • 18.04, 19.04 and 19.10: Yaru icons are already installed, but outdated. You must upgrade the icons theme. Prefer the PPA. DO NOT use Snap!
  • 20.04 and above: No installed. It is already Yaru icons' latest version, and it is well located in /usr/share/icons/.
wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++-Minimal' env DESTDIR="$HOME/.icons" sh

After, there is a simple way to hack the original Yaru icons theme to use only third party icons. Simply change the following line in /usr/share/icons/Yaru/index.theme file:

Inherits=Humanity,hicolor 

becomes

Inherits=Yaru++-Minimal,Humanity,hicolor

HOME directory for KDE

Only Yaru++

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES=Yaru++ env DESTDIR="$HOME/.local/share/icons" sh

Only Yaru++ and Yaru++ Dark

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++ Yaru++-Dark' env DESTDIR="$HOME/.local/share/icons" sh

Only Yaru++ and Yaru++ Color

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++ Yaru++-Color' env DESTDIR="$HOME/.local/share/icons" sh

Only kYaru++ and Yaru++

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='kYaru++ Yaru++' env DESTDIR="$HOME/.local/share/icons" sh

Only Yaru++ and Yaru++ Smooth

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++ Yaru++-Smooth' env DESTDIR="$HOME/.local/share/icons" sh

Only Yaru++ Minimal

For Ubuntu users:

  • Old versions: You must install manually original Yaru icons's latest version onto /usr/share/icons/;
  • 18.04, 19.04 and 19.10: Yaru icons are already installed, but outdated. You must upgrade the icons theme. Prefer the PPA. DO NOT use Snap!
  • 20.04 and above: No installed. It is already Yaru icons' latest version, and it is well located in /usr/share/icons/.
wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++-Minimal' env DESTDIR="$HOME/.local/share/icons" sh

After, there is a simple way to hack the original Yaru icons theme to use only third party icons. Simply change the following line in /usr/share/icons/Yaru/index.theme file:

Inherits=Humanity,hicolor 

becomes

Inherits=Yaru++-Minimal,Humanity,hicolor

*BSD systems

Only Yaru++

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES=Yaru++ env DESTDIR="/usr/local/share/icons" sh

Only Yaru++ and Yaru++ Dark

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++ Yaru++-Dark' env DESTDIR="/usr/local/share/icons" sh

Only Yaru++ and Yaru++ Color

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++ Yaru++-Color' env DESTDIR="/usr/local/share/icons" sh

Only kYaru++ and Yaru++

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='kYaru++ Yaru++' env DESTDIR="/usr/local/share/icons" sh

Only Yaru++ and Yaru++ Smooth

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++ Yaru++-Smooth' env DESTDIR="/usr/local/share/icons" sh

Only Yaru++ Minimal

Observe that Canonical's original Yaru icons needs to be installed firstly

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++-Minimal' env DESTDIR="/usr/local/share/icons" sh

After, there is a simple way to hack the original Yaru icons theme to use only third party icons. Simply change the following line in /usr/share/icons/Yaru/index.theme file:

Inherits=Humanity,hicolor 

becomes

Inherits=Yaru++-Minimal,Humanity,hicolor

Uninstall

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | env uninstall=true sh

Installing the beta/dev version with CLI

You will receive daily or weekly the latest commits directly from this repository's branch beta, under @Bonandry's inspection. It is important to observe that the beta version may show some unstability, bugs and broken something as @Bonandry does not have knoweldge of the programming.

NOTE: Use the same command to update the icon theme.

ROOT directory (recommended)

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | TAG=beta sh

HOME directory for GTK

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | TAG=beta env DESTDIR="$HOME/.icons" sh

HOME directory for KDE

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | TAG=beta env DESTDIR="$HOME/.local/share/icons" sh

*BSD systems

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | TAG=beta env DESTDIR="/usr/local/share/icons" sh

Uninstall

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | TAG=beta env uninstall=true sh

Installing the nightly version with CLI

You will receive hourly or daily the latest commits directly from this repository's branch nightly, under @gusbemacbe's inspection. It is important to observe that the nightly version may show very few bugs, but without something broken as @gusbemacbe has knoweldge of programming.

NOTE: Use the same command to update the icon theme.

ROOT directory (recommended)

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | TAG=nightly sh

HOME directory for GTK

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | TAG=nightly env DESTDIR="$HOME/.icons" sh

HOME directory for KDE

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | TAG=nightly env DESTDIR="$HOME/.local/share/icons" sh

*BSD systems

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | TAG=nightly env DESTDIR="/usr/local/share/icons" sh

Uninstall

wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | TAG=nightly env uninstall=true sh

Bugs

Please visit the wiki about the bugs at Suru++ Ubuntu

Request

Please visit the wiki about how to request an icon at Suru++ Ubuntu

Credits and Licences

yaru-plus's People

Contributors

bonandry avatar gusbemacbe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

yaru-plus's Issues

[request] Minecraft, Dconf-Editor, HardInfo

Hello, thank you for this icon set.

An icon for minecraft and minecraft-launcher would be great, one for hardinfo too. Also, if you can improve the dconf-editor icon by using the default red magnifier, like what you did in Suru++.

BUG: Yaru Plus has no size field

(io.elementary.onboarding:33817): Gtk-WARNING **: 17:31:29.401: Theme directory emmoltes/symbolic of theme yaru-plus-dark has no size field

Icon Request - Alacritty

App Name: Alacritty
Icon Name: Alacritty.svg
Description: A cross-platform, GPU enhanced terminal emulator
Webpage (optional): https://github.com/alacritty/alacritty
Original Icon: 

alacritty_Alacritty

Fare 4 nuove icone colorite

Ciao @Bonandry

Per favore fare le icone colorite, in puro stile di Yaru++, in seguita:

  • chiave inglese
  • educazione (cappello di laurea)
  • martello
  • scienze

Inviamele qui.

Icon requests

Ciao! Almeno adesso io non trovo i seguenti iconi:

  • Celluloid
  • Drawing
  • Gnome Extensions (nuovo in 3.36)
  • OnlyOffice
  • Microsoft Teams
  • Visual Studio Code

E anche non lo so se Yaru++ è compatibile com applicazioni Flatpak.

Grazie

Teste di nuova verisone!

Ciao @Bonandry !

Per favore, testa la nuova versione. Se non sei felice con alcune icone, per favore, modificale, comprimile e inviamele qui.

Dopo vado copiare le tue nuove icone della tua versione attuale.

Yaru++.zip

mpv icons

mpv icons makes no sense. The scalable version is square and the small one is a music note. In addition to the fact that the versions are unrelated, the logo of mpv, a video player, is a "play" in a purple circle. The scalable version still plays, but I don't understand why the small version is a music note.

Icons Request

  • Palaura
    Comment=Find any word definition with this handy dictionary
    Icon=com.github.lainsce.palaura
    Icon Link

  • Translator
    Comment=Language translator
    Icon=com.github.rapidfingers.translator
    Icon Link

  • Htop | Visore dei processi
    Comment=Show System Processes
    Comment[it]=Mostra processi di sistema
    Icon=htop
    Icon Link

  • Granite Demo
    Comment=A demo of the Granite toolkit
    Icon=applications-interfacedesign
    Icon Link

  • Qt Linguist
    Comment=Add translations to Qt applications
    Icon=linguist
    Icon Link

  • Emoji Choice
    Icon=ibus
    Icon Link

  • Qt QDbusViewer
    Comment=Debug D-Bus applications
    Icon=qdbusviewer
    Icon Link

  • Rygel Preferences | Preferenze UPnP/DLNA
    Icon=rygel
    Icon Link

  • XTerm
    Comment=standard terminal emulator for the X window system
    Icon=xterm-color_48x48
    Icon Link

  • GTK+ Demo
    Comment=GTK+ code examples and demonstrations
    Icon=gtk3-demo
    Icon Link

  • Icon Browser
    Comment=An application that shows themed icons
    Icon=gtk3-icon-browser
    Icon Link

  • Widget Factory
    Comment=A showcase for GTK+ widgets, designed for testing themes.
    Icon=gtk3-widget-factory
    Icon Link

  • QEMU
    Icon=qemu
    Icon Link

  • Qt V4L2 test Utility
    Comment=Allow testing Video4Linux devices
    Icon=qv4l2
    Icon Link

  • Qt V4L2 video capture utility
    Comment=Viewer for video capture
    Icon=qvidcap
    Icon Link

  • Documentos
    Icon=chrome-aohghmighlieiainnegkcijnfilokake-Default
    Icon Link

  • YouTube
    Icon=chrome-blpcfgokakmgnkcojhhkbfbldkacnbeo-Default
    Icon Link

  • Chrome Web Store Payments
    Icon=chrome-nmmhkkegccagdldgiimedpiccmgmieda-Default
    Icon Link

  • Gmail
    Icon=chrome-pjkljhegncpnkpknbcohdijeoejaedia-Default
    Icon Link

Icons request - More folder icons

It would be nice if there were more different icons for folders, for instance :
steam-folder
fonts-folder
git-folder
config-folder
icon/theme-folder
...

Icon set has consistency issues in Linux Mint XFCE and especially within Whisker Menu

Screenshot_2019-11-17_02-58-09

Basically what the title reads. One of the categories doesn't have a monotone icon, nor does Bulk Rename. Other apps that come by default on Linux Mint XFCE and don't have icons are Backup Tool, Timeshift, Redshift, Pix, Desktop Settings, CompizConfig, Preferred Applications, Login Window, and LM's own "Welcome Screen". Additionally, the icons for apps (not categories) are oversized and take up too much space compared to the text - even if you go into WhiskerMenu's properties and scale them down, they still have zero padding and fit very tightly.

kYaru 16 px icons color change

Hey, do you think you could change the colors of the action and places icons to a darker one, almost black? Also, there is a feature on Plasma that makes the action icons white if they are highlighted, something that doesn't happen with Yaru++
image
I don't know how exactly this is done, but I would guess something on the svg xml allows Plasma to identify what can be colored as white when it is highlighted. I can't really put my finger on what it is and some experimentation here didn't allow me to find out what it could be in the little time I had. Maybe I'll figure out when I have more time or if you already know how to do this

Provide *only* third party icons

Ciao! Mi piace molto questo tema

Io volevo sapere se sarebbe possibile di fare una opzione per cambiare solamente gli icone che non ci sono in Yaru officiale, perché mi piacciono molto anche gli officiali. In questo modo, Yaru+ sarebbe un "complemento" di Yaru.

Grazie

Incompatible with Kvantum/KvYaru

I'm using this icon pack with KvYaru as theme for KDE Plasma. For both Yaru++ and Yaru++-Dark, the icons are not inverted for the toolbars. This is an issue only with Yaru++ Icon Packs, as the other icon packs such as Breeze, Qogir and others, display the icons properly on the toolbars.

This is how it is showing: https://i.postimg.cc/2yFLpF4X/Screenshot-20191024-172604.png
This is how the Yaru++-Dark shows: https://i.postimg.cc/kMxbt9kF/Screenshot-20191024-172627.png
This is how it is supposed to show: https://i.postimg.cc/Wbzscw6F/Screenshot-20191024-173108.png

Fix Drag'n Drop icons colors

Im using Yaru++-Dark, and used suru-folders to change the colors to blue

But when draggin and dropping folders, the folders were i will drop the file or folder uses the yaru color scheme

Captura de tela de 2023-04-28 10-50-54

Icons Request

  • Marker
    Comment=A simple markdown editor for GTK+
    Icon=com.github.fabiocolacio.marker
    Icon Link

  • Chess | Gioco di scacchi
    Comment=Play the classic two-player board game of chess
    Comment[it]=Gioca al classico gioco degli scacchi
    Icon=org.gnome.Chess
    Icon Link

  • Recipes
    Comment=GNOME cooks unite!
    Icon=org.gnome.Recipes
    Icon Link

  • Electron
    Icon=electron6
    Icon Link

  • OpenJDK Java 13 Runtime
    Comment=OpenJDK Java 13 Runtime
    Icon=java13-openjdk
    Icon Link

  • OpenJDK Java 13 Console
    Comment=OpenJDK Java 13 Monitoring & Management Console
    Icon=java13-openjdk
    Icon Link

  • OpenJDK Java 13 Shell
    Comment=OpenJDK Java 13 Shell
    Icon=java13-openjdk
    Icon Link

  • Portal
    Icon=applications-system-symbolic
    Icon Link

Due icone mancante

Ciao @Bonandry !

Per favore fa due icone di 16px (monocromatiche per Yaru++ e colorite per Yaru++ Colore), 48px e scalable:

  • Microsoft Edge Dev (microsoft-edge-dev)
  • Onvim 2 (onivim, e collegala alle icone con i nome di onivim2, Onivim2 e appimagekit_5b96b63fa5dca1e558c7bafdb4a6d4b3_Onivim2)

microsoft-edge-dev onivim

Some applications changed their icons name

gnome-mpv was renamed celluloid so the icon name was changed. A symbolic link pointing from "gnome-mpv" to the new icon name "io.github.celluloid_player.Celluloid" should be added.

[Richiesta] Cartelle girgie con simboli più scuri

Ciao Bonandry,

mi piace veramente molto il tuo Icon Pack. Lo uso con piacere sulla mia macchina con Ubuntu 20.04 LTS.
Uso un abbinamento con Yaru Colors, lo ritengo un tema molto carino, visto che l'arancione non è molto di mio gusto.
Ho selezionato Adwaita come Colore su Yaru++, visto che non c'è nessuna opzione "Gray" (ed Adwaita mi sembrava la versione più simile a quello che cerco).
Un unico mio problema è sulle cartelle:
image
Non sto dicendo che non si vedono affatto, però non si potrebbe farle solamente un pò più scure? Sarebbe perfetto ed in più sarebbe anche molto più visibile per gl'occhi degli utenti 🤣

Un saluto,
Antonino

How to use it alongside Yaru?

If I change the inherits line in index.theme from Yaru to:

Inherits=Yaru++ Dark,Humanity,hicolor

shouldn't it then load all Yaru++ Dark icons if there is none in Yaru, for example the Firefox or Gimp icon?

Icons Request

  • 7-Zip FM
    Icon=p7zip
    Icon Link

  • Adobe Photoshop CS6
    Comment=PlayOnLinux
    Icon=AdobePhotoshop
    Icon Link

  • astah UML
    Comment=UML modeling tool with Mind Mapping
    Icon=astah_uml
    Icon Link

  • balenaEtcher
    Comment=Flash OS images to SD cards and USB drives, safely and easily.
    Icon=balena-etcher-electron
    Icon Link

  • CMake
    Comment=Cross-platform buildsystem
    Icon=CMakeSetup
    Icon Link

  • DotFonts
    Comment=Find beautiful fonts and easy install
    Icon=com.github.aimproxy.dotfonts
    Icon Link

  • Sequeler
    Comment=Friendly SQL Client
    Icon=com.github.alecaddd.sequeler
    Icon Link

  • Taxi
    Comment=Transfer local and remotes files
    Icon=com.github.alecaddd.taxi
    Icon Link

  • Gitignore
    Comment=Gitignore reference for various languages
    Icon=com.github.arshubham.gitignore
    Icon Link

  • Hash It
    Comment=Generate and verify file hashes
    Icon=com.github.artemanufrij.hashit
    Icon Link

  • Image Burner
    Comment=Burn images to devices
    Icon=com.github.artemanufrij.imageburner
    Icon Link

  • Regex Tester
    Comment=Testing regular expressions
    Icon=com.github.artemanufrij.regextester
    Icon Link

  • Screencast
    Comment=Record your screen
    Icon=com.github.artemanufrij.screencast
    Icon Link

  • Bookworm | Lettore di eBook
    Comment=Read and manage eBooks
    Comment[it]=Leggi e gestisci eBooks
    Icon=com.github.babluboy.bookworm
    Icon Link

  • Vala Tester
    Comment=Test some Vala code!
    Icon=com.github.bartzaalberg.vala-tester
    Icon Link

  • ValaCompiler
    Comment=A simple GUI for valac
    Icon=com.github.basjam.valacompiler
    Icon Link

  • VServer
    Comment=Open an http server in the selected folder and share your files.
    Icon=com.github.bcedu.valasimplehttpserver
    Icon Link

  • Configurator
    Comment=System-Settings editor.
    Icon=configurator
    Icon Link

  • Copy Paste Grab
    Comment=Download videos from hundreds of websites
    Icon=com.github.cryptowyrm.copypastegrab
    Icon Link

  • LookBook
    Comment=Browse and find system icons
    Icon=com.github.danrabbit.lookbook
    Icon Link

  • Formatter
    Comment=Format devices
    Icon=com.github.djaler.formatter
    Icon Link

  • Go For It!
    Comment=A stylish to-do list with built-in productivity timer
    Icon=com.github.jmoerman.go-for-it
    Icon Link

  • Web Watcher
    Comment=Know when your websites are misbehaving!
    Icon=com.github.kjlaw89.webwatcher
    Icon Link

  • Quilter
    Comment=Focus on your writing
    Icon=com.github.lainsce.quilter
    Icon Link

  • quickDocs
    Comment=A fast developer docs reader that supports Valadoc and DevDocs
    Icon=com.github.mdh34.quickdocs
    Icon Link

  • EasySSH | Gestore delle connessioni SSH
    Comment=Manage your SSH connections
    Icon=com.github.muriloventuroso.easyssh
    Icon Link

  • Rush
    Comment=Time manager app to break your work into intervals to keep you focused.
    Icon=com.github.naaando.rush
    Icon Link

  • Vocal
    Comment=Subscribe, download, and listen to podcasts
    Icon=com.github.needleandthread.vocal
    Icon Link

  • Resizer
    Comment=Image resizer
    Icon=com.github.peteruithoven.resizer
    Icon Link

  • Minder
    Comment=Create, develop and visualize your ideas
    Icon=com.github.phase1geo.minder
    Icon Link

  • Notes-Up
    Comment=Your markdown notebook
    Icon=com.github.philip-scott.notes-up
    Icon Link

  • Spice-Up
    Comment=Spice up your slides
    Icon=com.github.philip-scott.spice-up
    Icon Link

  • Raddiu
    Comment=Listen to web radios
    Icon=com.github.ranfdev.raddiu
    Icon Link

  • Reco
    Comment=Record talks to remember the contents later
    Icon=com.github.ryonakano.reco
    Icon Link

  • Tomato
    Comment=Keep focused on your work
    Icon=com.github.tomatoers.tomato
    Icon Link

  • Mindi
    Comment=A simple Video to Audio converter
    Icon=com.github.torikulhabib.mindi
    Icon Link

  • Spectator
    Comment=REST Client
    Icon=com.github.treagod.spectator
    Icon Link

  • OBS Studio
    Comment=Free and Open Source Streaming/Recording Software
    Icon=com.obsproject.Studio
    Icon Link

  • VidCutter
    Comment=the simplest + fastest video cutter & joiner
    Icon=com.ozmartians.VidCutter
    Icon Link

  • CPU-X
    Comment=Gathers information on CPU, motherboard and more
    Icon=cpu-x
    Icon Link

  • CPU-X (Root)
    Comment=Gathers information on CPU, motherboard and more
    Icon=cpu-x
    Icon Link

  • Crow Translate
    Comment=A simple and lightweight translator that allows to translate and speak the selected text using the Google Translate API and much more
    Icon=crow-translate
    Icon Link

  • vokoscreen
    Comment=screencast
    Icon=vokoscreen
    Icon Link

  • RetroArch
    Comment=Frontend for emulators, game engines and media players
    Icon=retroarch
    Icon Link

  • Riot
    Comment=A feature-rich client for Matrix.org
    Icon=riot
    Icon Link

  • Robo 3T
    Comment=Shell-centric MongoDB management tool
    Icon=robo3t
    Icon Link

  • Rocket.Chat
    Comment=Rocket.Chat Native Cross-Platform Desktop Application via Electron.
    Icon=rocketchat-desktop
    Icon Link

Minor annoyance: icons sharpness

Hey :)

Nothing big, but maybe you could try to work on that later, icons aren't as crisp as the default Yaru ones. See this side by side comparison screenshot taken in Ubuntu 19.10 (open in full size):

Capture d’écran de 2019-10-26 12-51-04

EDIT: display is 1080p

Missing icons

Hi guys,

great work - I use this set to complement Yaru, as it misses a lot of icons. Some further ones that I think are missing to consider

  • Zoom desktop
  • ScummVM
  • Julia
  • Zotero

Icons Request [2]

  • Qt Assistant
    Comment=Shows Qt documentation and examples
    Icon=assistant
    Icon Link

  • E-book Editor
    Comment=Edit E-books in various formats
    Icon=calibre-ebook-edit
    Icon Link

  • E-book Viewer
    Comment=Viewer for E-books in all the major formats
    Icon=calibre-viewer
    Icon Link

  • Calibre
    Comment=E-book library management: Convert, view, share, catalogue all your e-books
    Icon=calibre-gui
    Icon Link

  • Manage Printing
    Comment=CUPS Web Interface
    Comment[it]=Interfaccia web di CUPS
    Icon=cups
    Icon Link

  • Qt Designer
    Comment=Design GUIs for Qt applications
    Icon=QtProject-designer
    Icon Link

Please, the Electron versions uses the same name in the system, therefore try use different color versions to differentiate them.

[IT] Per favore, le versioni di Electron usano lo stesso nome nel sistema, quindi prova a usare versioni di colore diverso per differenziarle.

  • Electron 2
    Icon=electron2
    Icon Link

  • Electron 3
    Icon=electron
    Icon Link

  • Electron 4
    Icon=electron4
    Icon Link

  • EmulationStation
    Comment=Emulationstation
    Icon=emulationstation
    Icon Link

  • GCleaner
    Comment=A Cleaner for the GNU/Linux Operating System
    Icon=gcleaner
    Icon Link

  • ICC Profile Installer
    Comment=Install ICC profiles
    Comment[it]=Installa profili ICC
    Icon=application-vnd.iccprofile
    Icon Link

  • GdaBrowser | Navigatore del database
    Comment=Browse your database's contents
    Comment[it]=Scorri il contenuto del database
    Icon=gda-browser-5.0
    Icon Link

  • Gda Control Center | Centro di controllo accesso database
    Comment=Configure your database access environment
    Comment[it]=Configurare l'ambiente d'accesso del proprio database
    Icon=gda-control-center
    Icon Link

  • Glade | Disegnatore di interfacce
    Comment=Create or open user interface designs for GTK+ applications
    Comment[it]=Crea o apre disegni di interfaccia utente per applicazioni GTK+
    Icon=glade
    Icon Link

  • Network Tools | Strumenti per informazioni di rete
    Comment=View information about your network
    Comment[it]=Mostra le informazioni sulla rete
    Icon=gnome-nettool
    Icon Link

  • Network Workgroup
    Comment=Control how you connect to the Internet
    Comment[it]=Regola la connessione a Internet
    Icon=network-workgroup
    Icon Link

  • Personal File Sharing
    Comment=Launch Personal File Sharing if enabled
    Comment[it]=Avvia la condivisione di file personali se abilitata
    Icon=folder-remote
    Icon Link

  • Green Recorder
    Comment=Record your desktop easily using a simple GUI
    Icon=green-recorder
    Icon Link

  • Grub Customizer
    Comment=Customize the bootloader (GRUB2 or BURG)
    Icon=grub-customizer
    Icon Link

  • HP Device Manager
    Comment=View device status, ink levels and perform maintenance.
    Icon=hp_logo
    Icon Link

  • SUSE Studio Imagewriter
    Icon=imagewriter
    Icon Link

  • Code | Editor di file sorgenti
    Comment=Edit code files
    Comment[it]=Modifica file sorgenti
    Icon=io.elementary.code
    Icon Link

  • OpenJDK Java 10
    Comment=OpenJDK Java 10 Runtime
    Icon=java10-openjdk
    Icon Link

  • Kazam | Strumento per registrare video e catturare schermate
    Comment=Record a video or take a screenshot of your screen
    Comment[it]=Registra un video o cattura una schermata del desktop
    Icon=kazam
    Icon Link

  • Klavaro | Un altro programma per imparare ad usare la tastiera
    Comment=A very flexible and efficient touch typing tutor.
    Comment[it]=Un programma per imparare ad usare la tastiera molto flessibile ed efficiente.
    Icon=klavaro
    Icon Link

  • Komorebi
    Comment=Parallax backgrounds manager
    Icon=komorebi
    Icon Link

  • Mark Text
    Comment=Next generation markdown editor
    Icon=marktext
    Icon Link

  • Master PDF Editor
    Comment=Edit your PDF and XPS files
    Icon=masterpdfeditor
    Icon Link

  • MySQL Workbench
    Comment=MySQL Database Design, Administration and Development Tool
    Icon=mysql-workbench
    Icon Link

  • Color picker
    Comment=Choose colors from the picker or the screen
    Icon=nl.hjdskes.gcolor3
    Icon Link

  • Gnome Boxes | Visualizzatore/Gestore di macchine virtuali
    Comment=View and use virtual machines
    Comment[it]=Visualizza e usa macchine virtuali
    Icon=org.gnome.Boxes
    Icon Link

  • Gnome Devhelp | Esplorazione documentazione API
    Comment=A developer tool for browsing and searching API documentation
    Comment[it]=Uno strumento per sviluppatori per esplorare e cercare la documentazione delle API
    Icon=org.gnome.Devhelp
    Icon Link

  • Gnome Dictionary
    Comment=Check word definitions and spellings in an online dictionary
    Comment[it]=Controlla definizioni e ortografia di parole su un dizionario in linea
    Icon=accessories-dictionary
    Icon Link

  • FeedReader | Client RSS
    Comment=Read feeds from web services
    Comment[it]=Leggi feed dai servizi web
    Icon=org.gnome.FeedReader
    Icon Link

  • Polari
    Comment=An Internet Relay Chat Client for GNOME
    Comment[it]=Un programma IRC per GNOME
    Icon=org.gnome.Polari
    Icon Link

  • Pomodoro
    Comment=A simple time management utility
    Comment[it]=Una semplice utility per la gestione del tempo
    Icon=gnome-pomodoro
    Icon Link

  • Sysprof | Profilatore
    Comment=Profile an application or entire system.
    Comment[it]=Profila un'applicazione o l'intero sistema.
    Icon=org.gnome.Sysprof
    Icon Link

  • pCloud
    Comment=pCloud Drive Client built using electron and node.js. Distributed with AppImage.
    Icon=pcloud
    Icon Link

  • pgModeler
    Comment=A CASE tool for modeling PostgreSQL databases
    Icon=pgmodeler
    Icon Link

  • Sigil
    Comment=ePUB file editor
    Icon=sigil
    Icon Link

  • Slack
    Comment=Slack Desktop
    Icon=slack
    Icon Link

  • SmartGit
    Comment=Graphical Git/Hg client
    Icon=smartgit
    Icon Link

  • StarUML
    Comment=A sophisticated software modeler
    Icon=staruml
    Icon Link

  • SVG Cleaner
    Comment=Batch, tunable SVG cleaning program
    Icon=svgcleaner
    Icon Link

  • TeXstudio
    Comment=LaTeX development environment
    Icon=texstudio
    Icon Link

  • Oracle VM VirtualBox
    Comment=Run several virtual systems on a single host computer
    Comment[it]=Esegui più macchine virtuali su un singolo computer
    Icon=virtualbox
    Icon Link

  • Youtube-dl GUI
    Comment=GUI for youtube-dl downloader
    Icon=youtube-dl-gui
    Icon Link

  • Zenmap
    Comment=A cross-platform GUI for the Nmap Security Scanner.
    Icon=zenmap
    Icon Link

  • Y Cutter
    Icon=chrome-opngmganjdbkepnmaakokoicipolgaeh-Default
    Icon Link

Gnome shell little triangles/arrow

In Gnome shell menus (status menu, calendar), triangles for roll-up menus or month selection became much bigger and always to the right "play icons".
Capture d’écran du 2019-10-27 12-30-20
Capture d’écran du 2019-10-27 12-25-56

Telegram Error

When Telegram app is open, this error occur, and many icons lost the theme appearance:

fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/24/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/32/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/32/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/48/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/48/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/scalable/telegram>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/scalable/telegram>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/16/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/16/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/22/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/22/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/24/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/24/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/32/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/32/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/48/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/48/telegram.svg',>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/scalable/telegram>
fev 03 13:47:32 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/scalable/telegram>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/16/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/16/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/22/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/22/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/24/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/24/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/32/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/32/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/48/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/48/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/scalable/telegram>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/scalable/telegram>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/16/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/16/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/22/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/22/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/24/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/24/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/32/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/32/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/48/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/48/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/scalable/telegram>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/scalable/telegram>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/16/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/16/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/22/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/22/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/24/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/24/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/32/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/32/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/48/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/48/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/scalable/telegram>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/scalable/telegram>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/16/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/16/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/22/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/22/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/24/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/24/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/32/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/32/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/48/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/48/telegram.svg',>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/scalable/telegram>
fev 03 13:47:34 telegram-desktop-bin[1918]: qt.svg: Cannot open file '/home/arch/.icons/adwaita-plus-dark/apps/scalable/telegram>
fev 03 13:48:15 gnome-control-c[6330]: g_str_has_prefix: assertion 'str != NULL' failed
fev 03 13:48:15 gnome-control-c[6330]: g_utf8_casefold: assertion 'str != NULL' failed
fev 03 13:48:15 gnome-control-c[6330]: g_utf8_casefold: assertion 'str != NULL' failed

Gnome 3.34

Some icons doesn't work anymore since 3.34.

Tilix
Gedit
Chromium
Gnome-tweaks
Discord
Cheese

And many more.

Fare icone monocromatiche e colorite di dispositivi

Ciao @Bonandry !

Per favore, fare tredici icone monocromatiche e diciassette colorite in pure stile di Yaru++.

Osserva che, nella cartella scalable:

  • multimedia-player-apple-ipod-touch deve essere la forma d'iPod touch (vedi l'immagine);
  • multimedia-player deve essere la forma d'iPod shuffle (vedi l'immagine);
  • smartphone deve essere la forma di telefono degli anni 1990 e coppia la mia icona d'Adwaita++, ecco l'anteprima:

immagine

Icon for Kitty terminal

Hi there! Many thanks for these extra icons - they are complement really nicely the yaru icon set.

Not sure whether this project is still active, but it would be great if you can design an yaru-style icon for Kitty terminal - right now it is a link to some generic x-term icon (same as gnome terminal, but with an "x" in it).

New icon for Element.io

Element.io, formarly Riot.im, has changed it's branding several months ago. But in Yaru++ its icon is still a capital R:
Old icon

But it's supposed to be
New icon

Also, it's app id of the official desktop build is
https://github.com/vector-im/element-desktop/blob/f9e61d09c9831731c8673f13fab7ce6c60e504fa/package.json#L64

rather than im.riot.Riot, although the later is used by many, such as https://github.com/flathub/im.riot.Riot/blob/4cf3b8265c94cb7c02e3e48a2b0e0f52ad3e7583/im.riot.Riot.desktop#L4

Nautilus icons

Screenshot from 2019-06-01 15-22-52

Nautilus uses the symbolic icons instead of the intended orange icons for folders and other files.
Is there any fix for this? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.