mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Revert to a less obnoxious status bar color
This commit is contained in:
@@ -11,6 +11,24 @@
|
||||
}
|
||||
},
|
||||
"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" : {
|
||||
|
||||
@@ -66,7 +66,7 @@ final class WebStatusBarView: NSView {
|
||||
didConfigureLayerRadius = true
|
||||
}
|
||||
|
||||
layer.backgroundColor = NSColor.selectedTextBackgroundColor.cgColor
|
||||
layer.backgroundColor = AppAssets.webStatusBarBackground.cgColor
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user