Skip to content
Spreadsheet Editor

SchemeColor

type SchemeColor = {
type: "theme";
value: | "bg1"
| "tx1"
| "bg2"
| "tx2"
| "accent1"
| "accent2"
| "accent3"
| "accent4"
| "accent5"
| "accent6"
| "hlink"
| "folHlink"
| "phClr"
| "dk1"
| "lt1"
| "dk2"
| "lt2";
};
PropertyTypeDescription
type"theme"-
value| "bg1" | "tx1" | "bg2" | "tx2" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "hlink" | "folHlink" | "phClr" | "dk1" | "lt1" | "dk2" | "lt2"Theme colour name. Must be one of a limited set of values. The actual colour that matches the name is defined elsewhere in the theme.