Revert to a less obnoxious status bar color

This commit is contained in:
Maurice Parker 2020-07-08 22:43:16 -05:00
parent f2e29de7b6
commit f5855f032d
2 changed files with 19 additions and 1 deletions

View File

@ -11,6 +11,24 @@
} }
}, },
"idiom" : "universal" "idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.196",
"green" : "0.196",
"red" : "0.196"
}
},
"idiom" : "universal"
} }
], ],
"info" : { "info" : {

View File

@ -66,7 +66,7 @@ final class WebStatusBarView: NSView {
didConfigureLayerRadius = true didConfigureLayerRadius = true
} }
layer.backgroundColor = NSColor.selectedTextBackgroundColor.cgColor layer.backgroundColor = AppAssets.webStatusBarBackground.cgColor
} }
} }