semantic color naming

This commit is contained in:
2023-12-15 19:48:42 +01:00
parent 69c5b00b1f
commit 94c1574d96
10 changed files with 4942 additions and 4905 deletions

View File

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