Skip to content

Commit

Permalink
Fixes #1 Add status bar icon to support dark, light status bar themes
Browse files Browse the repository at this point in the history
  • Loading branch information
nsriram committed May 20, 2019
1 parent 03e1a4e commit e0b7147
Show file tree
Hide file tree
Showing 10 changed files with 88 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,55 @@
"filename" : "rsz_21_kubernetes-20.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "rsz_21_kubernetes-21.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "rsz_115_kubernetes-21.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "rsz_121_kubernetes-40.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "rsz_121_kubernetes-41.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "rsz_1rsz_15_kubernetes-41.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "rsz_221_kubernetes-80.png",
Expand Down
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.
44 changes: 44 additions & 0 deletions KubeSwitch/Assets.xcassets/KubeClusterImage.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,55 @@
"filename" : "rsz_115_kubernetes-20.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "rsz_115_kubernetes-22.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "rsz_115_kubernetes-21.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "rsz_1rsz_15_kubernetes-40.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "rsz_1rsz_15_kubernetes-42.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "rsz_1rsz_15_kubernetes-41.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "rsz_15_kubernetes-80.png",
Expand Down
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.

0 comments on commit e0b7147

Please sign in to comment.