attributing a new default theme
This commit is contained in:
@ -136,7 +136,7 @@ export class AppSettings {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
public vimMode: boolean = false;
|
public vimMode: boolean = false;
|
||||||
public theme: string = "Dracula";
|
public theme: string = "Everblush";
|
||||||
public font: string = "IBM Plex Mono";
|
public font: string = "IBM Plex Mono";
|
||||||
public font_size: number = 24;
|
public font_size: number = 24;
|
||||||
public universes: Universes;
|
public universes: Universes;
|
||||||
|
|||||||
@ -214,7 +214,7 @@ export class Editor {
|
|||||||
if (this.settings.theme in available_themes) {
|
if (this.settings.theme in available_themes) {
|
||||||
this.readTheme(this.settings.theme);
|
this.readTheme(this.settings.theme);
|
||||||
} else {
|
} else {
|
||||||
this.settings.theme = "Dracula";
|
this.settings.theme = "Everblush";
|
||||||
this.readTheme(this.settings.theme);
|
this.readTheme(this.settings.theme);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user