sesaparcours
    Preparing search index...

    A component style.

    interface ComponentStyle {
        cursorColour: string;
        flyoutBackgroundColour: string;
        flyoutForegroundColour: string;
        flyoutOpacity: number;
        insertionMarkerColour: string;
        insertionMarkerOpacity: number;
        markerColour: string;
        replacementGlowColour: string;
        replacementGlowOpacity: number;
        scrollbarColour: string;
        scrollbarOpacity: number;
        selectedGlowColour: string;
        selectedGlowOpacity: number;
        toolboxBackgroundColour: string;
        toolboxForegroundColour: string;
        workspaceBackgroundColour: string;
    }
    Index

    Properties

    cursorColour: string
    flyoutBackgroundColour: string
    flyoutForegroundColour: string
    flyoutOpacity: number
    insertionMarkerColour: string
    insertionMarkerOpacity: number
    markerColour: string
    replacementGlowColour: string
    replacementGlowOpacity: number
    scrollbarColour: string
    scrollbarOpacity: number
    selectedGlowColour: string
    selectedGlowOpacity: number
    toolboxBackgroundColour: string
    toolboxForegroundColour: string
    workspaceBackgroundColour: string