change colors to tokyo night

This commit is contained in:
2022-12-23 21:41:23 +01:00
parent 78c554be2d
commit 7b9a6d77ab
3 changed files with 6 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ let loggedIn = false;
window.addEventListener('DOMContentLoaded', () => {
titlebar = new Titlebar({
backgroundColor: Color.fromHex("#303030"),
backgroundColor: Color.fromHex("#24283B"),
itemBackgroundColor: Color.fromHex("#121212"),
menu: null,
maximizable: false