This commit is contained in:
idk
2021-12-28 20:37:16 -05:00
parent c58cf63027
commit a911fc3126

View File

@@ -188,18 +188,18 @@ function isEmpty(obj) {
let btheme = {
colors: {
frame: "#363A68",
toolbar: "#363A68",
tab_text: "#ECF3FF",
},
frame: '#363A68',
toolbar: '#363A68',
tab_text: '#ECF3FF'
}
};
let dtheme = {
colors: {
frame: "#4456B7",
toolbar: "#4456B7",
tab_text: "#ECF3FF",
},
frame: '#4456B7',
toolbar: '#4456B7',
tab_text: '#ECF3FF'
}
};
function themeWindow(window) {