fmt
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user