more fixes for plugin options menu

This commit is contained in:
Araxeus
2021-03-25 02:18:23 +02:00
parent d4daf7231c
commit 95c3f04c10
2 changed files with 15 additions and 5 deletions

View File

@ -3,7 +3,7 @@ const {remote, ipcRenderer} = require('electron');
module.exports = () => {
const myBar = new customTitlebar.Titlebar({
backgroundColor: customTitlebar.Color.fromHex('#030303'),
backgroundColor: customTitlebar.Color.fromHex('#050505'),
itemBackgroundColor: customTitlebar.Color.fromHex('#121212')
});
myBar.updateTitle(' ');