-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: Auto generate dark mode icon variants
I'm not super happy with this, as it has some artifacting, doesn't look perfect, and doesn't work for all my icons. Unfortunately, I've lost track of my original sketch file for the icons (I do have access to a recent one but it only has the last couple browsers I added and a hacked version of the frame) so I can't generate proper versions of these. Related to #6
- Loading branch information
Showing
21 changed files
with
282 additions
and
84 deletions.
There are no files selected for viewing
48 changes: 35 additions & 13 deletions
48
DefaultBrowser/Assets.xcassets/StatusBarButtonImageChrome.imageset/Contents.json
This file contains 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,21 +1,43 @@ | ||
{ | ||
"images" : [ | ||
"images": [ | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "1x", | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
] | ||
}, | ||
{ | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "2x", | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
] | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
"properties": { | ||
"template-rendering-intent": "template" | ||
} | ||
} | ||
} |
Binary file added
BIN
+398 Bytes
...s.xcassets/StatusBarButtonImageChrome.imageset/[email protected]
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
BIN
+670 Bytes
...s.xcassets/StatusBarButtonImageChrome.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 35 additions & 13 deletions
48
DefaultBrowser/Assets.xcassets/StatusBarButtonImageChromeCanary.imageset/Contents.json
This file contains 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,21 +1,43 @@ | ||
{ | ||
"images" : [ | ||
"images": [ | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "1x", | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
] | ||
}, | ||
{ | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "2x", | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
] | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
"properties": { | ||
"template-rendering-intent": "template" | ||
} | ||
} | ||
} |
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.
48 changes: 35 additions & 13 deletions
48
DefaultBrowser/Assets.xcassets/StatusBarButtonImageFirefox.imageset/Contents.json
This file contains 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,21 +1,43 @@ | ||
{ | ||
"images" : [ | ||
"images": [ | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "1x", | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
] | ||
}, | ||
{ | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "2x", | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
] | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
"properties": { | ||
"template-rendering-intent": "template" | ||
} | ||
} | ||
} |
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.
48 changes: 35 additions & 13 deletions
48
DefaultBrowser/Assets.xcassets/StatusBarButtonImageOpera.imageset/Contents.json
This file contains 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,21 +1,43 @@ | ||
{ | ||
"images" : [ | ||
"images": [ | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "1x", | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
] | ||
}, | ||
{ | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "2x", | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
] | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
"properties": { | ||
"template-rendering-intent": "template" | ||
} | ||
} | ||
} |
Binary file added
BIN
+415 Bytes
...ets.xcassets/StatusBarButtonImageOpera.imageset/[email protected]
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
BIN
+743 Bytes
...ets.xcassets/StatusBarButtonImageOpera.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 35 additions & 13 deletions
48
DefaultBrowser/Assets.xcassets/StatusBarButtonImageSafari.imageset/Contents.json
This file contains 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,21 +1,43 @@ | ||
{ | ||
"images" : [ | ||
"images": [ | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "1x", | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
] | ||
}, | ||
{ | ||
"idiom": "mac", | ||
"filename": "[email protected]", | ||
"scale": "2x", | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
] | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
"properties": { | ||
"template-rendering-intent": "template" | ||
} | ||
} | ||
} |
Binary file added
BIN
+399 Bytes
...s.xcassets/StatusBarButtonImageSafari.imageset/[email protected]
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
BIN
+710 Bytes
...s.xcassets/StatusBarButtonImageSafari.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 23 additions & 3 deletions
26
DefaultBrowser/Assets.xcassets/StatusBarButtonImageVivaldi.imageset/Contents.json
This file contains 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,19 +1,39 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "[email protected]", | ||
"idiom" : "mac", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"idiom" : "mac", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "mac", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"idiom" : "mac", | ||
"scale" : "2x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
|
26 changes: 23 additions & 3 deletions
26
DefaultBrowser/Assets.xcassets/StatusBarButtonImageWaterfox.imageset/Contents.json
This file contains 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,19 +1,39 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "[email protected]", | ||
"idiom" : "mac", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"idiom" : "mac", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "mac", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"idiom" : "mac", | ||
"scale" : "2x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
|
Oops, something went wrong.