Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamj/stream-deck-icon-packs
A collection of Stream Deck icon packs that I've made and/or enjoy.
https://github.com/adamj/stream-deck-icon-packs
Last synced: about 1 month ago
JSON representation
A collection of Stream Deck icon packs that I've made and/or enjoy.
- Host: GitHub
- URL: https://github.com/adamj/stream-deck-icon-packs
- Owner: AdamJ
- Created: 2023-02-25T21:02:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T20:17:02.000Z (over 1 year ago)
- Last Synced: 2024-10-15T04:45:45.997Z (3 months ago)
- Homepage: http://www.adamjolicoeur.com/stream-deck-icon-packs/
- Size: 7.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stream Deck Neon
![image of social preview](/images/social.png)
This is repo contains multiple icon packs for use with the [Elgato Stream Deck](https://www.elgato.com/us/en/p/stream-deck-mk2-black "Link to Elgato Stream Deck store").
## jolicoeur-neon-icons.sdIconPack
![image of icon pack preview](/com.elgato.jolicoeur-neon-icons.sdIconPack/previews/1-preview.png)
A collection of icons for applications, controls, and websites that I used on my Elgato Stream Deck. [Download & Install](/com.elgato.jolicoeurneonicons.streamDeckIconPack "Link to installable icon pack")
You can find the icons in my icon library on [Figma](https://www.figma.com/community/file/1287072958179215150/switchback-icon-library "Link to icon library on Figma") or on [Dribbble](https://dribbble.com/shots/22779287-Neon-Icons "Link to Dribbble shot").
### styling
All icons are framed at `144 x 144` pixels with an icon size of `126 x 126` pixels and are colored with a linear-gradient of `linear-gradient(180deg, #00D1FF 0%, #CC00FF 100%);`.```css
fill/stroke: linear-gradient(180deg, #00D1FF 0%, #CC00FF 100%);
stroke-width: 10px
stroke-style: solid
background: linear-gradient(180deg, #00D1FF 0%, #CC00FF 100%);
corner-radius: 16px
```![sample of the neon icons](/com.elgato.jolicoeur-neon-icons.sdIconPack/previews/2-preview.png)
## Customization
If you would like to customize this pack, or create your own, Elgato has a guide for [creating icon packs](https://docs.elgato.com/sdk/icon-packs/create-your-icon-pack "Link to Elgato's guide for creating icon packs"). To verify this icon pack, or any other that you may find (you must have the `com.elgato."pack-name".sdIconPack` folder), use the [ICON-PACK-MAN](https://iconpackman.elgato.com "Link to icon pack man site") site to verify that all necessary information is present and all icons conform to the Elgato requirements.
I've included an [example template](/sdk-template.sdIconPack "Link to template folder") (downloaded from Elgato) for reference.
---