Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wpkelso/appcons
A collection of icons for third-party applications that strives to better mesh with the visual language of elementary OS
https://github.com/wpkelso/appcons
app-icons elementary-os elementaryos icon-pack
Last synced: 8 days ago
JSON representation
A collection of icons for third-party applications that strives to better mesh with the visual language of elementary OS
- Host: GitHub
- URL: https://github.com/wpkelso/appcons
- Owner: wpkelso
- License: gpl-3.0
- Created: 2024-02-28T17:51:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T16:42:24.000Z (8 days ago)
- Last Synced: 2024-11-06T17:34:35.020Z (8 days ago)
- Topics: app-icons, elementary-os, elementaryos, icon-pack
- Language: Meson
- Homepage:
- Size: 258 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# Appcons Theme
![Obsidian](./apps/64/obsidian.svg)
![Alacritty](./apps/64/com.alacritty.Alacritty.svg)
![Inkscape](./apps/64/org.inkscape.Inkscape.svg)
![Zen](./apps/64/io.github.zen_browser.zen.svg)
![Discord](./apps/64/discord.svg)
![Slack](./apps/64/com.slack.Slack.svg)
![Bitwarden](./apps/64/com.bitwarden.desktop.svg)A small but growing collection of opinionated vector icons for popular applications that strives to better mesh with the visual language of elementary OS.
This theme is designed to be installed on top of and extend the regular [icons theme](https://github.com/elementary/icons) for elementary OS.
## Building and Installation
You'll need the following dependencies:
* meson
* rsvgRun `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install`
sudo ninja install