change colors to tokyo night
This commit is contained in:
parent
78c554be2d
commit
7b9a6d77ab
|
@ -8,6 +8,10 @@
|
||||||
font-family: 'Exo 2', 'Roboto' !important;
|
font-family: 'Exo 2', 'Roboto' !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #24283B;
|
||||||
|
}
|
||||||
|
|
||||||
.sections {
|
.sections {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
|
|
@ -7,7 +7,7 @@ let loggedIn = false;
|
||||||
|
|
||||||
window.addEventListener('DOMContentLoaded', () => {
|
window.addEventListener('DOMContentLoaded', () => {
|
||||||
titlebar = new Titlebar({
|
titlebar = new Titlebar({
|
||||||
backgroundColor: Color.fromHex("#303030"),
|
backgroundColor: Color.fromHex("#24283B"),
|
||||||
itemBackgroundColor: Color.fromHex("#121212"),
|
itemBackgroundColor: Color.fromHex("#121212"),
|
||||||
menu: null,
|
menu: null,
|
||||||
maximizable: false
|
maximizable: false
|
||||||
|
|
|
@ -12,7 +12,7 @@ module.exports = {
|
||||||
minWidth: windowWidth / 1.25,
|
minWidth: windowWidth / 1.25,
|
||||||
frame: false,
|
frame: false,
|
||||||
titleBarStyle: 'hidden',
|
titleBarStyle: 'hidden',
|
||||||
backgroundColor: "#121212",
|
backgroundColor: "#24283B",
|
||||||
resizable: false,
|
resizable: false,
|
||||||
maximizable: false,
|
maximizable: false,
|
||||||
minimizable: true,
|
minimizable: true,
|
||||||
|
@ -34,9 +34,6 @@ module.exports = {
|
||||||
|
|
||||||
window.webContents.setUserAgent(`${appInfo.appName} ${appInfo.appVersion}`);
|
window.webContents.setUserAgent(`${appInfo.appName} ${appInfo.appVersion}`);
|
||||||
attachTitlebarToWindow(window);
|
attachTitlebarToWindow(window);
|
||||||
// window.webContents.openDevTools({
|
|
||||||
// mode: "detach"
|
|
||||||
// });
|
|
||||||
|
|
||||||
return window;
|
return window;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user