mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 20:52:06 +00:00
lighten up menuItem background color
This commit is contained in:
@ -7,7 +7,7 @@ module.exports = () => {
|
|||||||
let visible = !config.get("options.hideMenu");
|
let visible = !config.get("options.hideMenu");
|
||||||
const bar = new Titlebar({
|
const bar = new Titlebar({
|
||||||
backgroundColor: Color.fromHex("#050505"),
|
backgroundColor: Color.fromHex("#050505"),
|
||||||
itemBackgroundColor: Color.fromHex("#121212"),
|
itemBackgroundColor: Color.fromHex("#1d1d1d"),
|
||||||
svgColor: Color.WHITE,
|
svgColor: Color.WHITE,
|
||||||
menu: visible ? undefined : null
|
menu: visible ? undefined : null
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user