Phiki comes with a set of built-in Visual Studio Code themes, but you can also create and use your own custom theme.Documentation Index
Fetch the complete documentation index at: https://phiki.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.