g3-toolkit API Reference
    Preparing search index...

    Interface G3tTheme

    interface G3tTheme {
        accentHover: string;
        accentMuted: string;
        accentPrimary: string;
        bgPrimary: string;
        bgSecondary: string;
        bgTertiary: string;
        border: string;
        canvasBg: string;
        colorScheme: "light" | "dark";
        edgeColor: string;
        edgeSelectedColor: string;
        error: string;
        id: string;
        name: string;
        nodeLabelColor: string;
        nodeStroke: string;
        selectionHighlight: string;
        success: string;
        textMuted: string;
        textPrimary: string;
        textSecondary: string;
        typePalette: string[];
        warning: string;
    }
    Index

    Properties

    accentHover: string
    accentMuted: string
    accentPrimary: string
    bgPrimary: string
    bgSecondary: string
    bgTertiary: string
    border: string
    canvasBg: string
    colorScheme: "light" | "dark"

    Native-control rendering scheme ("light" | "dark"): without it, checkboxes, selects, and scrollbars keep the UA's light styling under a dark theme (visual-acceptance finding, 2026-06-11).

    edgeColor: string
    edgeSelectedColor: string
    error: string
    id: string
    name: string
    nodeLabelColor: string
    nodeStroke: string
    selectionHighlight: string
    success: string
    textMuted: string
    textPrimary: string
    textSecondary: string
    typePalette: string[]
    warning: string