|
@@ -677,7 +677,7 @@ class ViewController: NSViewController {
|
|
|
|
|
|
|
|
let topBar = NSView()
|
|
let topBar = NSView()
|
|
|
topBar.wantsLayer = true
|
|
topBar.wantsLayer = true
|
|
|
- topBar.layer?.backgroundColor = topStripBackground.withAlphaComponent(0.88).cgColor
|
|
|
|
|
|
|
+ topBar.layer?.backgroundColor = appShellBackground.withAlphaComponent(0.98).cgColor
|
|
|
|
|
|
|
|
let topBarDivider = NSView()
|
|
let topBarDivider = NSView()
|
|
|
topBarDivider.wantsLayer = true
|
|
topBarDivider.wantsLayer = true
|