big theme refactoring has begun

This commit is contained in:
2023-12-15 21:00:39 +01:00
parent 94c1574d96
commit 278ab026cd
4 changed files with 56 additions and 83 deletions

View File

@ -211,7 +211,7 @@ export class Editor {
loadUniverserFromUrl(this);
// Set the color scheme for the application
this.readTheme(app.settings.theme);
this.readTheme(this.settings.theme);
}
private getBuffer(type: string): any {