Handles exporting themes to various formats
Class methods
to_chroma(style :
Style) :
String Export a style to Chroma XML format
Sourceto_json(style :
Style, pretty :
Bool = true) :
String Export a style to JSON format (native Obelisk format)
Sourceto_tmtheme(style :
Style) :
String Export a style to tmTheme XML format
Sourceto_vscode(style :
Style) :
String Export a style to VS Code JSON theme format
Source