Configuration
The Starlight Flexoki theme plugin supports the following configuration options.
accentColor
Type: "red" | "orange" | "yellow" | "green" | "cyan" | "blue" | "purple" | "magenta"
Default: "cyan"
Controls which of Flexoki’s eight colour shades is used as an accent in the theme, for example for link hovers, current page highlighting, and in details in the <Tabs>
component and code blocks.
starlight({ title: "My themed docs", plugins: [ starlightThemeFlexoki({ accentColor: "magenta", }), ],}),