To learn more about writing custom Visual Studio Code themes, check out the Visual Studio Code documentation on theming.
Local files
If your theme is stored in a local JSON file, you can load it by passing the slug of the theme and file path to thetheme() method.
Runtime themes
You can also define themes at runtime by providing a theme definition as an associative array to theTheme::parse() method.
Usage
To use your custom theme, simply pass the slug you defined when registering the theme instead of aPhiki\Theme\Theme enum value.