Variable jupyterThemeConst

jupyterTheme: {
    animation: {
        easeOutCubic: string;
    };
    borderWidths: (string | number)[];
    breakpoints: string[];
    fontSizes: string[];
    fontWeights: {
        bold: number;
        light: number;
        normal: number;
        semibold: number;
    };
    fonts: {
        mono: any;
        normal: any;
    };
    lineHeights: {
        condensed: number;
        condensedUltra: number;
        default: number;
    };
    radii: string[];
    sizes: {
        large: string;
        medium: string;
        small: string;
        xlarge: string;
    };
    space: string[];
} & {
    animation: {
        easeOutCubic: string;
    };
    borderWidths: (string | number)[];
    breakpoints: string[];
    fontSizes: string[];
    fontWeights: {
        bold: number;
        light: number;
        normal: number;
        semibold: number;
    };
    fonts: {
        mono: string;
        normal: string;
    };
    lineHeights: {
        condensed: number;
        condensedUltra: number;
        default: number;
    };
    radii: string[];
    sizes: {
        large: string;
        medium: string;
        small: string;
        xlarge: string;
    };
    space: string[];
} & {
    colorSchemes: {
        dark: {};
        light: {};
    };
} = ...

Generated using TypeDoc