Slightly better font selection but still buggy
This commit is contained in:
@ -133,8 +133,8 @@ export class AppSettings {
|
||||
*/
|
||||
|
||||
public vimMode: boolean = false;
|
||||
public theme: string = "materialDark";
|
||||
public font: string = "Victor Mono";
|
||||
public theme: string = "toposTheme";
|
||||
public font: string = "IBM Plex Mono";
|
||||
public font_size: number = 24;
|
||||
public universes: Universes;
|
||||
public selected_universe: string = "Default";
|
||||
|
||||
Reference in New Issue
Block a user