type alias ColorScheme

Color scheme for syntax highlighting.

The keys are the names of the defined highlight.js scopes.

The values are colors expressed as a hex formatted string e.g. "#rrggbb".

The scheme does not need to list all scopes exhaustively.

Definition

Record<string, string>

Usage

import { type ColorScheme } from ".";