mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-07 09:36:11 -08:00
Pretty Print Output Theme JSON
Pretty prints the generated theme json file so that it is easier to debug/modify
This commit is contained in:
@@ -101,6 +101,6 @@ export class VscodeThemeGenerator implements IThemeGenerator {
|
||||
theme.colors['tab.border'] = '#00000033';
|
||||
theme.colors['editorLineNumber.foreground'] = '#FFFFFF4D';
|
||||
|
||||
return JSON.stringify(theme);
|
||||
return JSON.stringify(theme, null, 2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user