effect-tree
    Preparing search index...

    Variable themesConst

    themes: {
        ascii: Draw.Theme;
        bullets: Draw.Theme;
        doubleSpaceThin: {
            glyphs: Draw.GlyphRoleMap;
            indents: number;
            spacing: number;
        };
        rounded: Draw.Theme;
        space: Draw.Theme;
        thick: Draw.Theme;
        thin: Draw.Theme;
        unix: Draw.Theme;
        unixRounded: Draw.Theme;
    } = ...

    Maps of theme name to theme.

    Type Declaration