Skip to content

Commit

Permalink
Neon Icons release
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJ committed Oct 9, 2023
1 parent b5c0e58 commit 483d61a
Show file tree
Hide file tree
Showing 119 changed files with 90 additions and 138 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ icons-solid:

# Add 'icons-regular'
icons-regular:
- com.elgato.jolicoeur.sdIconPack
- com.elgato.jolicoeur-neon-icons.sdIconPack

# Add 'config'
config:
- any ['.*', '!com.elgato.jolicoeur.sdIconPack/**', '!com.elgato.jolicoeur-solid.sdIconPack/**']
- any ['.*', '!com.elgato.jolicoeur-neon-icons.sdIconPack/**', '!com.elgato.jolicoeur-solid.sdIconPack/**']

# Add 'config-backup'
config-backup:
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
.DS_Store
com.elgato.jolicoeur.sdIconPack/checks.png
com.elgato.jolicoeur.sdIconPack/checks.gif
com.elgato.jolicoeur-solid.sdIconPack/checks.png
com.elgato.jolicoeur-solid.sdIconPack/checks.gif
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# stream-deck-icon-packs
A collection of Stream Deck icon packs that I've made and/or enjoy.
# 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](/com.elgato.jolicoeur-neon-icons.sdIconPack/ "Link to icon folder")

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.

---
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions com.elgato.jolicoeur-neon-icons.sdIconPack/icons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
[
{ "path": "1password.png", "name": "1Password", "tags": ["application"] },
{ "path": "apple.png", "name": "Apple", "tags": ["company"] },
{ "path": "appletv.png", "name": "Apple TV", "tags": ["application", "media"] },
{ "path": "authy.png", "name": "Authy", "tags": ["application"] },
{ "path": "calendar.png", "name": "Apple Calendar", "tags": ["application"] },
{ "path": "chrome.png", "name": "Google Chrome", "tags": ["application"] },
{ "path": "codepen.png", "name": "Codepen.io", "tags": ["website"] },
{ "path": "discord.png", "name": "Discord", "tags": ["application"] },
{ "path": "edge.png", "name": "Microsoft Edge", "tags": ["application"] },
{ "path": "figma.png", "name": "Figma", "tags": ["application", "website"] },
{ "path": "firefox.png", "name": "Firefox", "tags": ["application"] },
{ "path": "funko.png", "name": "Funko", "tags": ["application"] },
{ "path": "github.png", "name": "GitHub", "tags": ["website"] },
{ "path": "iterm.png", "name": "iTerm", "tags": ["application"] },
{ "path": "mail.png", "name": "Apple Mail", "tags": ["application"] },
{ "path": "minecraft.png", "name": "Minecraft", "tags": ["application", "game"] },
{ "path": "mtg-white.png", "name": "MTG: White", "tags": ["game"] },
{ "path": "mtg-blue.png", "name": "MTG: Blue", "tags": ["game"] },
{ "path": "mtg-black.png", "name": "MTG: Black", "tags": ["game"] },
{ "path": "mtg-red.png", "name": "MTG: Red", "tags": ["game"] },
{ "path": "mtg-green.png", "name": "MTG: Green", "tags": ["game"] },
{ "path": "next.png", "name": "Next button", "tags": ["media","control"] },
{ "path": "obsidian.png", "name": "Obsidian", "tags": ["application"] },
{ "path": "previous.png", "name": "Previous button", "tags": ["media", "control"] },
{ "path": "raycast.png", "name": "Raycast", "tags": ["application", "control", "media"] },
{ "path": "safari.png", "name": "Apple Safari", "tags": ["application"] },
{ "path": "shuffle.png", "name": "Shuffle button", "tags": ["media","control"] },
{ "path": "signal.png", "name": "Signal", "tags": ["application"] },
{ "path": "sketch.png", "name": "Sketch", "tags": ["application"] },
{ "path": "slack.png", "name": "Slack", "tags": ["application"] },
{ "path": "spark.png", "name": "Spark", "tags": ["application"] },
{ "path": "spotify.png", "name": "Spotify", "tags": ["application"] },
{ "path": "start.png", "name": "Start button", "tags": ["media","control"] },
{ "path": "steam.png", "name": "Steam", "tags": ["application"] },
{ "path": "stop.png", "name": "Stop button", "tags": ["media","control"] },
{ "path": "streamdeck.png", "name": "Elgato Streamdeck", "tags": ["application", "media", "control"] },
{ "path": "switchback.png", "name": "Switchback", "tags": ["company"] },
{ "path": "vivaldi.png", "name": "Vivaldi", "tags": ["application"] },
{ "path": "volume-up.png", "name": "Volume Up button", "tags": ["media","control"] },
{ "path": "volume-down.png", "name": "Volume Down button", "tags": ["media","control"] },
{ "path": "vscode.png", "name": "Visual Studio Code", "tags": ["application"] },
{ "path": "youtube.png", "name": "YouTube", "tags": ["application"] },
{ "path": "zeplin.png", "name": "Zeplin.io", "tags": ["application"] }
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions com.elgato.jolicoeur-neon-icons.sdIconPack/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Name": "Adam's neon icons",
"Version": "2.0",
"Author": "AdamJ",
"URL": "https://www.github.com/AdamJ/stream-deck-icon-packs/com.elgato.jolicoeur.sdIconPack",
"Icon": "icon.png",
"License": "license.txt",
"Description": "A collection of icons for applications, controls, and websites that I used on my Elgato Stream Deck."
}
6 changes: 0 additions & 6 deletions com.elgato.jolicoeur-solid.sdIconPack/icon.svg
Diff not rendered.
52 changes: 0 additions & 52 deletions com.elgato.jolicoeur-solid.sdIconPack/icons.json

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed com.elgato.jolicoeur-solid.sdIconPack/icons/quip.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
9 changes: 0 additions & 9 deletions com.elgato.jolicoeur-solid.sdIconPack/manifest.json

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icon.jpg
Diff not rendered.
33 changes: 0 additions & 33 deletions com.elgato.jolicoeur.sdIconPack/icons.json

This file was deleted.

Binary file removed com.elgato.jolicoeur.sdIconPack/icons/AppleMail.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/amazon.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/chime.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/codepen.png
Diff not rendered.
19 changes: 0 additions & 19 deletions com.elgato.jolicoeur.sdIconPack/icons/discord.svg
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/figma.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/firefox.png
Diff not rendered.
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/forest.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/github.png
Diff not rendered.
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/island.png
Diff not rendered.
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/mountain.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/moxfield.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/ms_outlook.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/mtg_icons.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/notes.png
Diff not rendered.
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/plains.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/quip.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/sketch.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/slack.png
Diff not rendered.
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/spotify.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/swamp.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/theverge.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/verified.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/vs_code.png
Diff not rendered.
Binary file removed com.elgato.jolicoeur.sdIconPack/icons/youtube.png
Diff not rendered.
2 changes: 0 additions & 2 deletions com.elgato.jolicoeur.sdIconPack/license.txt

This file was deleted.

9 changes: 0 additions & 9 deletions com.elgato.jolicoeur.sdIconPack/manifest.json

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file added images/social.png

0 comments on commit 483d61a

Please sign in to comment.