-
Notifications
You must be signed in to change notification settings - Fork 388
feat: new app icon for liquid glass #829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
040a3a0
feat: new app icon with icon composer
ACTCD 58aa9a2
feat: replace png with svg of adaptive colors
ACTCD bb1ac39
ci: update xcode version
ACTCD dc5a1dd
chore: clean up some redundant codes
ACTCD dd947fc
chore: update ci comment link
ACTCD File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| <svelte:options runes={true} /> | ||
|
|
||
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 525 519"> | ||
| <path | ||
| fill-rule="evenodd" | ||
| d="M144.586 416.295c-6.418 0-12.835-2.407-17.647-7.221L6.618 280.693c-8.824-9.629-8.824-23.269 0-32.898l120.32-128.38c8.824-9.629 24.065-10.431 33.69-1.605 9.626 8.826 10.428 24.071 1.605 33.7l-.803.802L56.35 264.645 161.43 376.98c8.824 9.628 8.824 24.873-.802 33.7-4.812 4.012-10.427 6.419-16.042 6.419zm235.828 0c-13.636 0-24.064-10.43-24.064-24.071 0-6.42 2.407-12.036 6.417-16.048l105.08-112.333-105.08-112.333c-8.823-9.629-8.021-24.874 1.605-33.7 9.625-8.826 24.866-8.024 33.69.802l120.32 128.381c8.824 9.629 8.824 23.27 0 32.898l-120.32 128.38c-4.813 4.815-11.23 8.024-17.648 8.024M214.372 519c-1.605 0-3.209 0-4.813-.802-12.834-2.408-21.658-15.246-18.45-28.084l96.257-470.997C289.773 6.28 302.607-2.547 315.441.662s21.658 15.246 18.45 28.084l-96.257 470.997C236.029 510.976 225.602 519 214.372 519" | ||
| /> | ||
| </svg> | ||
|
|
||
| <style> | ||
| path { | ||
| fill: light-dark(var(--color-black), var(--color-white)); | ||
| } | ||
| </style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,5 @@ | ||
| <svelte:options runes={true} /> | ||
|
|
||
| <script> | ||
| </script> | ||
|
|
||
| <svg viewBox="0 0 181 24"> | ||
| <g fill="none"> | ||
| <path | ||
|
|
||
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,94 @@ | ||
| { | ||
| "fill-specializations" : [ | ||
| { | ||
| "value" : "automatic" | ||
| }, | ||
| { | ||
| "appearance" : "dark", | ||
| "value" : "automatic" | ||
| } | ||
| ], | ||
| "groups" : [ | ||
| { | ||
| "blend-mode-specializations" : [ | ||
| { | ||
| "value" : "plus-darker" | ||
| }, | ||
| { | ||
| "appearance" : "dark", | ||
| "value" : "plus-lighter" | ||
| }, | ||
| { | ||
| "appearance" : "tinted", | ||
| "value" : "normal" | ||
| } | ||
| ], | ||
| "blur-material" : 0.5, | ||
| "hidden" : false, | ||
| "layers" : [ | ||
| { | ||
| "blend-mode" : "normal", | ||
| "fill-specializations" : [ | ||
| { | ||
| "value" : "automatic" | ||
| }, | ||
| { | ||
| "appearance" : "dark", | ||
| "value" : { | ||
| "linear-gradient" : [ | ||
| "extended-gray:1.00000,0.80000", | ||
| "extended-gray:1.00000,0.70000" | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "appearance" : "tinted", | ||
| "value" : { | ||
| "linear-gradient" : [ | ||
| "extended-gray:1.00000,0.80000", | ||
| "extended-gray:1.00000,0.70000" | ||
| ] | ||
| } | ||
| } | ||
| ], | ||
| "glass" : true, | ||
| "hidden" : false, | ||
| "image-name" : "icon.svg", | ||
| "name" : "icon", | ||
| "opacity" : 1 | ||
| } | ||
| ], | ||
| "lighting" : "individual", | ||
| "position" : { | ||
| "scale" : 1, | ||
| "translation-in-points" : [ | ||
| 0, | ||
| 0 | ||
| ] | ||
| }, | ||
| "shadow-specializations" : [ | ||
| { | ||
| "value" : { | ||
| "kind" : "neutral", | ||
| "opacity" : 0.5 | ||
| } | ||
| }, | ||
| { | ||
| "appearance" : "light", | ||
| "value" : { | ||
| "kind" : "layer-color", | ||
| "opacity" : 0.5 | ||
| } | ||
| } | ||
| ], | ||
| "specular" : true, | ||
| "translucency" : { | ||
| "enabled" : true, | ||
| "value" : 0.2 | ||
| } | ||
| } | ||
| ], | ||
| "supported-platforms" : { | ||
| "squares" : "shared" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.