Skip to main content
Module

x/lume_shiki/types.ts>CreateThemedVariablesOptions

Syntax highlighter for Lume using shiki
Latest
interface CreateThemedVariablesOptions
import { type CreateThemedVariablesOptions } from "https://deno.land/x/lume_shiki@0.0.15/types.ts";

Properties

optional
color: string

Theme color

optional
cssVariablePrefix: string

Prefix of CSS variables used to store the color of the other theme.

optional
cssThemedVariables: (string | [string, string])[]

Add variables that needs to be themed You can optionaly give a defaultValue

optional
useColorScheme: boolean

Use dark/light mode