Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions build/icon-rounded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icon.icns
Binary file not shown.
Binary file added build/icon.ico
Binary file not shown.
Binary file added build/icon.icon/Assets/hoist-hook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icon.icon/Assets/hoist-housing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions build/icon.icon/icon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"fill" : {
"solid" : "srgb:0.06275,0.09412,0.12549,1.00000"
},
"groups" : [
{
"blur-material" : null,
"layers" : [
{
"glass" : true,
"hidden" : false,
"image-name" : "hoist-hook.png",
"name" : "hoist-hook",
"position" : {
"scale" : 1,
"translation-in-points" : [
0,
0
]
}
}
],
"lighting" : "individual",
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"specular" : true,
"translucency" : {
"enabled" : true,
"value" : 0.5
}
},
{
"blur-material" : null,
"layers" : [
{
"glass" : true,
"hidden" : false,
"image-name" : "hoist-housing.png",
"name" : "hoist-housing",
"position" : {
"scale" : 1,
"translation-in-points" : [
0,
0
]
}
}
],
"lighting" : "individual",
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"specular" : true,
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"circles" : [
"watchOS"
],
"squares" : "shared"
}
}
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions build/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/1024x1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/icons/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions build/layers/hook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions build/layers/housing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
557 changes: 557 additions & 0 deletions docs/brand/index.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/brand/mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions docs/brand/tokens.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
:root {
--hoist-midnight-950: #101820;
--hoist-midnight-900: #17212b;
--hoist-midnight-800: #24313d;
--hoist-midnight-700: #354553;
--hoist-canvas-50: #fffdf6;
--hoist-canvas-100: #f5f0e6;
--hoist-canvas-200: #e6dfd1;
--hoist-canvas-300: #cec5b5;
--hoist-signal-500: #f06a3c;
--hoist-signal-400: #ff895a;
--hoist-signal-300: #ffb056;
--hoist-mint-500: #52c7a5;
--hoist-sky-500: #60a5fa;
--hoist-danger-500: #e65353;

--hoist-bg: var(--hoist-midnight-950);
--hoist-panel: var(--hoist-midnight-900);
--hoist-panel-raised: var(--hoist-midnight-800);
--hoist-text: var(--hoist-canvas-50);
--hoist-text-muted: #aeb7bc;
--hoist-border: rgba(255, 253, 246, 0.12);
--hoist-action: var(--hoist-signal-500);
--hoist-success: var(--hoist-mint-500);
--hoist-info: var(--hoist-sky-500);
--hoist-error: var(--hoist-danger-500);
}
5 changes: 5 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@ directories:
files:
- dist/**/*
mac:
icon: build/icon.icon
target:
- dmg
- zip
artifactName: ${name}-${version}-mac-${arch}.${ext}
dmg:
icon: build/icon.icns
win:
icon: build/icon.ico
target:
- nsis
artifactName: ${name}-${version}-win-${arch}.${ext}
linux:
icon: build/icons
target:
- AppImage
artifactName: ${name}-${version}-linux-${arch}.${ext}
Loading