Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ThemeConfiguration

import type { ThemeConfiguration } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

The theme configuration. This configuration contains all of the display properties for a theme.

interface ThemeConfiguration {
DataColorPalette?: DataColorPalette | null;
Sheet?: SheetStyle | null;
UIColorPalette?: UIColorPalette | null;
}

§Properties

§
DataColorPalette?: DataColorPalette | null
[src]

Color properties that apply to chart data colors.

§
Sheet?: SheetStyle | null
[src]

Display options related to sheets.

§
UIColorPalette?: UIColorPalette | null
[src]

Color properties that apply to the UI and to charts, excluding the colors that apply to data.